onError method
App-level error handling.
Implementation
void onError(FlutterErrorDetails details) =>
_errorHandler?.flutteryExceptionHandler?.call(details);
App-level error handling.
void onError(FlutterErrorDetails details) =>
_errorHandler?.flutteryExceptionHandler?.call(details);