save abstract method

void save()

Indicates that a save is expected next.

Calls are skipped until a call to Canvas.save is found. If none is found, the matcher fails.

See also:

  • restore, which indicates that a restore is expected next.
  • saveRestore, which indicates that a matching pair of save/restore calls is expected next.

Implementation

void save();