seekTo method

Future<void> seekTo(
  1. int textureId,
  2. int ms
)

Implementation

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