seekBackward method
void
seekBackward()
Seeks backward in the media.
Throws UnimplementedError if not implemented by the platform.
Implementation
void seekBackward() {
throw UnimplementedError('seekBackward() has not been implemented.');
}