DartRegisterPluginByteCode typedef

DartRegisterPluginByteCode = void Function(Pointer<Uint8> bytes, int length, Pointer<Utf8> pluginName)

Implementation

typedef DartRegisterPluginByteCode = void Function(
    Pointer<Uint8> bytes, int length, Pointer<Utf8> pluginName);