menu
forestvpn_huawei_ads package
documentation
utils/bundle.dart
Bundle
putInt method
putInt method
dark_mode
light_mode
putInt
method
void
putInt
(
String
key
,
int
?
i
)
Implementation
void putInt(String key, int? i) => _bundle[key] = {"type": _int, "val": i};
forestvpn_huawei_ads package
documentation
utils/bundle
Bundle
putInt method
Bundle class