onError method
Explicitly call the assigned Error routine.
Implementation
@override
void onError(FlutterErrorDetails details) =>
flutteryExceptionHandler?.call(details);
Explicitly call the assigned Error routine.
@override
void onError(FlutterErrorDetails details) =>
flutteryExceptionHandler?.call(details);