DartAsyncCallback typedef

DartAsyncCallback = void Function(Pointer<Void> callbackContext, int contextId, Pointer<Utf8> errmsg)

Implementation

typedef DartAsyncCallback = void Function(
    Pointer<Void> callbackContext, int contextId, Pointer<Utf8> errmsg);