offDiagnostic method

  1. @override
void offDiagnostic({
  1. required DiagnosticHandler handler,
})
inherited

Implementation

@override
void offDiagnostic({required DiagnosticHandler handler}) {
  final subsription = h.diagntosticListenerHandlers.remove(handler);
  subsription?.cancel();
}