fromNativePtr static method
Implementation
static List<LocationPoint> fromNativePtr(Pointer<Void> handle) =>
fromPlatformList(handle, (element) => LocationPointImpl.fromPointer(element, needFree: false, takeOwnership: false)!);
static List<LocationPoint> fromNativePtr(Pointer<Void> handle) =>
fromPlatformList(handle, (element) => LocationPointImpl.fromPointer(element, needFree: false, takeOwnership: false)!);