FlutterDesktopOnPluginRegistrarDestroyed typedef

FlutterDesktopOnPluginRegistrarDestroyed = Pointer<NativeFunction<Void Function(Pointer<FlutterDesktopPluginRegistrar>)>>

Registers a callback to be called when the plugin registrar is destroyed.

Implementation

typedef FlutterDesktopOnPluginRegistrarDestroyed = Pointer<
    NativeFunction<Void Function(Pointer<FlutterDesktopPluginRegistrar>)>>;