openVideo method

Future<WinVideoPlayerValue?> openVideo(
  1. WinVideoPlayerController player,
  2. int textureId,
  3. String path
)

Implementation

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