reset method Null safety
Clears the Path object of all sub-paths, returning it to the same state it had when it was created. The current point is reset to the origin.
Implementation
@FfiNative<Void Function(Pointer<Void>)>('Path::reset', isLeaf: true)
external void reset();