Set microphone device by its index
Future<void> setRecordingDevice(int index) { return _platform.setRecordingDevice(index); }