common/run_app_bootstrap library

Functions

runAppBootstrap(Future<Widget> builder(), {OnError? onError}) Future<void>
Run a Flutter app with a bootstrap that catches errors. By default onError will use BoltLogger to log the error.

Typedefs

OnError = void Function(Object error, StackTrace? stackTrace)
A function that handles errors.