handle method Null safety
- Error errorCatch,
- StackTrace stackTrace,
- Request request
Method that handles the error by the errors added by addErrorHandler.
Implementation
Future<dynamic> handle(final Error errorCatch, final StackTrace stackTrace,
final Request request);