pause method

Future<void> pause(
  1. int? textureId
)

Stops the video playback.

Implementation

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