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