FrReadContextX extension
- on
Properties
-
readGlobal
→ T? Function<
T extends Object>({bool nothrow}) -
Available on BuildContext, provided by the FrReadContextX extension
no setter
Methods
-
read<
T extends Object> ({bool? onlyProvider = false}) → T -
Available on BuildContext, provided by the FrReadContextX extension
onlyProviderfalse: read Provider first, then Global true: only read provider; null: read Global first, then Provider; -
readDI<
T extends Object> ({bool nothrow = false}) → T? -
Available on BuildContext, provided by the FrReadContextX extension