restore abstract method

void restore()

Indicates that a restore is expected next.

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

See also:

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

Implementation

void restore();