menu
forestvpn_huawei_ads package
documentation
utils/bundle.dart
Bundle
putBoolean method
putBoolean method
dark_mode
light_mode
putBoolean
method
void
putBoolean
(
String
key
,
bool
b
)
Implementation
void putBoolean(String key, bool b) => _bundle[key] = {"type": _bool, "val": b};
forestvpn_huawei_ads package
documentation
utils/bundle
Bundle
putBoolean method
Bundle class