runZonedError method
Report the error in a zone.
Implementation
void runZonedError(dynamic ex, StackTrace stack) {
reportError(
ex,
stack,
message: 'while attempting to execute runApp()',
library: 'controller/app.dart',
);
}
Report the error in a zone.
void runZonedError(dynamic ex, StackTrace stack) {
reportError(
ex,
stack,
message: 'while attempting to execute runApp()',
library: 'controller/app.dart',
);
}