NativeAsyncCallback typedef

NativeAsyncCallback = Void Function(Pointer<Void> callbackContext, Int32 contextId, Pointer<Utf8> errmsg)

Implementation

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