destroyPlayer method
Destroys the player instance and releases associated resources.
Implementation
Future<void> destroyPlayer() async {
await TargetvideoFlutterPluginPlatform.instance.destroyPlayer(playerReference);
}
Destroys the player instance and releases associated resources.
Future<void> destroyPlayer() async {
await TargetvideoFlutterPluginPlatform.instance.destroyPlayer(playerReference);
}