UnsupportedEventCb typedef

UnsupportedEventCb = void Function(String event, String? path)

A callback for handling unsupported realtime database events.

Can be used to log these events or to throw an exception to terminate the connection.

Implementation

typedef UnsupportedEventCb = void Function(String event, String? path);