NativeAsyncCallback typedef
NativeAsyncCallback =
Void Function(Pointer<Void> callbackContext, Double contextId, Pointer<Utf8> errmsg)
Implementation
typedef NativeAsyncCallback = Void Function(Pointer<Void> callbackContext, Double contextId, Pointer<Utf8> errmsg);