close method Null safety
Closes the last sub-path, as if a straight line had been drawn from the current point to the first point of the sub-path.
Implementation
@FfiNative<Void Function(Pointer<Void>)>('Path::close', isLeaf: true)
external void close();