NativeRAFAsyncCallback typedef

NativeRAFAsyncCallback = Void Function(Pointer<Void> callbackContext, Double contextId, Double data, Pointer<Utf8> errmsg)

Implementation

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