playOrPause method
Either play or pause depending on the play state
Implementation
Future<void> playOrPause() {
throw UnimplementedError('playOrPause() has not been implemented.');
}
Either play or pause depending on the play state
Future<void> playOrPause() {
throw UnimplementedError('playOrPause() has not been implemented.');
}