query_stack library

Enums

NativePlatform
The app is running as a native app in one of these OSes or is Flutter Web?
PlatformDesignSystem
The design system used by the platform host
PlatformHost
After considering PlatformMedia, which host is running the app?
PlatformMedia
What kind of platform the app is running?

Typedefs

GetDelegate = TInterface Function<TInterface extends BaseService>()
InjectorDelegate<TInterface extends BaseService> = TInterface Function(GetDelegate get)
RegisterDependenciesDelegate = void Function<TInterface extends BaseService>(InjectorDelegate<TInterface> constructor)