fromNativePtr static method

Map<int, LocationInfo> fromNativePtr(
  1. Pointer<Void> handle
)

Implementation

static Map<int, LocationInfo> fromNativePtr(Pointer<Void> handle) =>
  fromPlatformIntMap(handle, (nativeValue) => LocationInfoImpl.fromPointer(nativeValue, needFree: false, takeOwnership: false)!);