utils/utils library

Functions

asyncCatchAll(Function function, {ErrorCallback? onError}) Future<bool>
Runs the async function and ignore all the errors.
catchAll(Function function, {ErrorCallback? onError}) bool
Runs the function and ignore all the errors.

Typedefs

ErrorCallback = dynamic Function(dynamic T)