previous method
Implementation
Future<void> previous() {
throw UnimplementedError(
'[PlatformPlayer.previous] is not implemented',
);
}
Future<void> previous() {
throw UnimplementedError(
'[PlatformPlayer.previous] is not implemented',
);
}