openVideo method
Future<WinVideoPlayerValue?>
openVideo(
- WinVideoPlayerController player,
- int textureId,
- String path
Implementation
Future<WinVideoPlayerValue?> openVideo(WinVideoPlayerController player, int textureId, String path) {
throw UnimplementedError('openVideo() has not been implemented.');
}