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