OnErrorHandler typedef

OnErrorHandler = Future Function(String error)

Implementation

typedef Future<dynamic> OnErrorHandler(String error);