OnceEventCallback typedef Null safety

OnceEventCallback = void Function(dynamic args)

Implementation

typedef void OnceEventCallback(dynamic args);