playVideo method
Resumes the paused video.
Implementation
Future<void> playVideo() async {
await TargetvideoFlutterPluginPlatform.instance.playVideo(playerReference);
}
Resumes the paused video.
Future<void> playVideo() async {
await TargetvideoFlutterPluginPlatform.instance.playVideo(playerReference);
}