onError method

  1. @override
void onError(
  1. FlutterErrorDetails details
)
override

Explicitly call the assigned Error routine.

Implementation

@override
void onError(FlutterErrorDetails details) =>
    flutteryExceptionHandler?.call(details);