rewind method

Future<bool> rewind()

Implementation

Future<bool> rewind() {
  throw UnimplementedError('rewind() has not been implemented.');
}