menu
audioplayers_platform_interface package
documentation
method_channel_interface.dart
StandardMethodCall
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
getInt
(
String
key
)
Implementation
int getInt(String key) { return args[key] as int; }
audioplayers_platform_interface package
documentation
method_channel_interface
StandardMethodCall
getInt method
StandardMethodCall extension on
MethodCall