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