getAllAvailableAudioInput static method

Future getAllAvailableAudioInput()

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();
}