onError method

void onError(
  1. FlutterErrorDetails details
)

App-level error handling.

Implementation

void onError(FlutterErrorDetails details) =>
    v.AppErrorHandler.flutterExceptionHandler?.call(details);