offConnection method

  1. @override
void offConnection({
  1. required HostConnectionHandler handler,
})
inherited

Implementation

@override
void offConnection({required HostConnectionHandler handler}) {
  final subsription = h.connectionListenerHandlers.remove(handler);
  subsription?.cancel();
}