showControls method

Future<void> showControls()

Displays the player's controls.

Implementation

Future<void> showControls() async {
  await TargetvideoFlutterPluginPlatform.instance.showControls(playerReference);
}