onConnection abstract method

StreamSubscription<Map<HostEventType, dynamic>> onConnection({
  1. required HostConnectionHandler handler,
})

Implementation

StreamSubscription<Map<HostEventType, dynamic>> onConnection(
    {required HostConnectionHandler handler});