handleNonFlutterError method
This function should be used to handle non flutter errors
Implementation
void handleNonFlutterError(Object error, StackTrace trace) => _handleError(error, () {
throw error;
});
This function should be used to handle non flutter errors
void handleNonFlutterError(Object error, StackTrace trace) => _handleError(error, () {
throw error;
});