reset method Null safety

  1. @FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('Path::reset', isLeaf: true)
void reset()
FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('Path::reset', isLeaf: true)">@FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('Path::reset', isLeaf: true)

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();