onError method
Override if you like to customize your error handling.
Implementation
@override
void onError(FlutterErrorDetails details) {
// Call the App's 'current' error handler.
v.App?.onError(details);
}
Override if you like to customize your error handling.
@override
void onError(FlutterErrorDetails details) {
// Call the App's 'current' error handler.
v.App?.onError(details);
}