FailFunction typedef

FailFunction = void Function(Object? error, StackTrace trace)

Implementation

typedef FailFunction = void Function(Object? error, StackTrace trace);