DartRAFAsyncCallback typedef

DartRAFAsyncCallback = void Function(Pointer<Void>, int contextId, double data, Pointer<Utf8> errmsg)

Implementation

typedef DartRAFAsyncCallback = void Function(
    Pointer<Void>, int contextId, double data, Pointer<Utf8> errmsg);