onException abstract method

StreamSubscription<Map<HostEventType, dynamic>> onException({
  1. required ExceptionHandler handler,
})

Implementation

StreamSubscription<Map<HostEventType, dynamic>> onException(
    {required ExceptionHandler handler});