getAllAvailableAudioInput static method
Used as a getAllAvailableAudioInput class for Mirrorfly used to get the available audio devices that connect on your device
Implementation
static Future<dynamic> getAllAvailableAudioInput() async {
return FlyChatFlutterPlatform.instance.getAllAvailableAudioInput();
}