handle method Null safety

Future handle(
  1. Error errorCatch,
  2. StackTrace stackTrace,
  3. 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);