setWebOptions method

Future<void> setWebOptions(
  1. int textureId,
  2. VideoPlayerWebOptions options
)

Sets additional options on web

Implementation

Future<void> setWebOptions(int textureId, VideoPlayerWebOptions options) {
  throw UnimplementedError('setWebOptions() has not been implemented.');
}