获取音频输入设备列表(麦克风)
Future<List<MediaDevice>> getAudioInputDevices() async { return await Hardware.instance.enumerateDevices(type: 'audioinput'); }