OnceEventCallback typedef

OnceEventCallback = void Function(dynamic args)

Implementation

typedef void OnceEventCallback(dynamic args);