FOnError typedef

FOnError = Future<void> Function(Object err, StackTrace stackTrace)

Implementation

typedef FOnError = Future<void> Function(Object err, StackTrace stackTrace);