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