getMicVolume method

Future<int> getMicVolume()

Implementation

Future<int> getMicVolume() async {
  return await _channel.invokeMethod("getMicVolume");
}