NativeRegisterPluginByteCode typedef

NativeRegisterPluginByteCode = Void Function(Pointer<Uint8> bytes, Int32 length, Pointer<Utf8> pluginName)

Implementation

typedef NativeRegisterPluginByteCode = Void Function(
    Pointer<Uint8> bytes, Int32 length, Pointer<Utf8> pluginName);