menu
system_media_controller package
documentation
system_media_controller_platform_interface.dart
SystemMediaControllerPlatform
play method
play method
dark_mode
light_mode
play
method
Future
<
bool
>
play
(
)
Implementation
Future<bool> play() { throw UnimplementedError('play() has not been implemented.'); }
system_media_controller package
documentation
system_media_controller_platform_interface
SystemMediaControllerPlatform
play method
SystemMediaControllerPlatform class