openVideo method

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

Implementation

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