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