seek method

Future<void> seek(
  1. Duration to,
  2. int textureId
)
inherited

Implementation

Future<void> seek(Duration to, int textureId) async {
  throw UnimplementedError('seek() has not been implemented.');
}