resume static method
Resume playback
Implementation
static Future<void> resume() async {
try {
await _methodChannel.invokeMethod('resume');
} catch (e) {
print('AudioPlayerPlatform.resume error: $e');
}
}
Resume playback
static Future<void> resume() async {
try {
await _methodChannel.invokeMethod('resume');
} catch (e) {
print('AudioPlayerPlatform.resume error: $e');
}
}