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