showControls method
Displays the player's controls.
Implementation
Future<void> showControls() async {
await TargetvideoFlutterPluginPlatform.instance.showControls(playerReference);
}
Displays the player's controls.
Future<void> showControls() async {
await TargetvideoFlutterPluginPlatform.instance.showControls(playerReference);
}