menu
android_native package
documentation
os/Bundle.dart
Bundle
putBooleanList method
putBooleanList method
dark_mode
light_mode
putBooleanList
method
void
putBooleanList
(
String
key
,
List
<
bool
>
value
)
Implementation
void putBooleanList(String key, List<bool> value) { // unparcel(); _map[key] = value; }
android_native package
documentation
os/Bundle
Bundle
putBooleanList method
Bundle class