menu
ve_vod package
documentation
vod_player_flutter.dart
VodPlayerFlutter
play method
play method
dark_mode
light_mode
play
method
Future
<
void
>
play
(
)
Implementation
Future<void> play() async { await engineInstanceMethodChannel.invokeMethod('play'); }
ve_vod package
documentation
vod_player_flutter
VodPlayerFlutter
play method
VodPlayerFlutter class