fromNativePtr static method

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

Implementation

static Map<String, String> fromNativePtr(Pointer<Void> handle) =>
  fromPlatformStringMap(handle, (nativeValue) => toPlatformFromPointerString(nativeValue, needFree: false)!);