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