Future<void> initPlayer({int numStreams = 2}) { return methodChannel.invokeMethod("initSoundplayer", {"numStreams": numStreams}); }