close method Null safety

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

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