offException method

  1. @override
void offException({
  1. required ExceptionHandler handler,
})
inherited

Implementation

@override
void offException({required ExceptionHandler handler}) {
  final subsription = h.exceptionListenerHandlers.remove(handler);
  subsription?.cancel();
}