resume method
Resumes the current playback.
Implementation
Future<void> resume() {
throw UnimplementedError('resume() has not been implemented.');
}
Resumes the current playback.
Future<void> resume() {
throw UnimplementedError('resume() has not been implemented.');
}