onError method

void onError(
  1. FlutterErrorDetails details
)

App-level error handling.

Implementation

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