Chooses a device by label
static Future<String?> chooseAudioDevice(String label) async { var params = {'Label': label}; return _methodChannel.invokeMethod('ChooseAudioDevice', params); }