saveRestore abstract method
Indicates that a matching pair of save/restore calls is expected next.
Calls are skipped until a call to Canvas.save is found, then, calls are skipped until the matching Canvas.restore call is found. If no matching pair of calls could be found, the matcher fails.
See also:
Implementation
void saveRestore();