Future<void> pause({required int soundId}) async { await methodChannel.invokeMethod("pause", {"soundId": soundId}); }