onReady abstract method

StreamSubscription<Map<HostEventType, dynamic>> onReady({
  1. required HostReadyHandler handler,
})

Implementation

StreamSubscription<Map<HostEventType, dynamic>> onReady(
    {required HostReadyHandler handler});