ff_trycatch library

A utility class that provides helper methods for performing error handling and exception handling in synchronous and asynchronous operations.

Classes

TryCatch
A utility class that provides helper methods for performing error handling and exception handling in synchronous and asynchronous operations.

Typedefs

OnEmpty = void Function()?
OnError = void Function(Object error, StackTrace stackTrace)?
OnNull = void Function()?
OnSuccess = void Function<T>(T data)?
OnThrottle = void Function()?
OnTimeout = void Function()?
OnWaiting = void Function()?