save method
override
Saves a copy of the current transform and clip on the save stack.
Call restore to pop the save stack.
See also:
Implementation
@override
void save() {
_saveCount += 1;
invocations.add(RecordedInvocation(_MethodCall(#save), stack: StackTrace.current));
}