dispose method

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

Clears one video.

Implementation

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