play method

Future<void> play(
  1. int textureId
)

Starts the video playback.

Implementation

Future<void> play(int textureId) {
  throw UnimplementedError('play() has not been implemented.');
}