ManagerErrorListenerProvider typedef

ManagerErrorListenerProvider = void Function(FutureManagerError error, BuildContext context)

Implementation

typedef ManagerErrorListenerProvider = void Function(
    FutureManagerError error, BuildContext context);