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