microphoneVolume function

Future<int> microphoneVolume()

Returns the current level of the microphone volume in percents.

Implementation

Future<int> microphoneVolume() async {
  return await api!.microphoneVolume();
}