isSeekable method

Future<bool> isSeekable()

Shows if the current title is seekable or not
Not fully buffered streams are not for example

Implementation

Future<bool> isSeekable() {
  return getProperty<bool>('seekable');
}