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