AppEnvironmentExtension extension

Convenience helpers on AppEnvironment.

on

Properties

isProduction bool

Available on AppEnvironment, provided by the AppEnvironmentExtension extension

Whether this environment is AppEnvironment.production.
no setter
isStaging bool

Available on AppEnvironment, provided by the AppEnvironmentExtension extension

Whether this environment is AppEnvironment.staging.
no setter

Methods

startDebug() Future<void>

Available on AppEnvironment, provided by the AppEnvironmentExtension extension

Attaches the AppBlocObserver to the global Bloc.observer when running in staging.