onError method
App-level error handling.
Implementation
void onError(FlutterErrorDetails details) =>
v.AppErrorHandler.flutterExceptionHandler?.call(details);
App-level error handling.
void onError(FlutterErrorDetails details) =>
v.AppErrorHandler.flutterExceptionHandler?.call(details);