menu
flutter_tencentplayer package
documentation
controller/tencent_player_controller.dart
TencentPlayerController
play method
play method
dark_mode
light_mode
play
method
Future
<
void
>
play
(
)
Implementation
Future<void> play() async { value = value.copyWith(isPlaying: true); await _applyPlayPause(); }
flutter_tencentplayer package
documentation
controller/tencent_player_controller
TencentPlayerController
play method
TencentPlayerController class