NativeEventCallback typedef

NativeEventCallback = void Function(NativeEvent event)

Callback for native events.

Implementation

typedef NativeEventCallback = void Function(NativeEvent event);