getMicVolume method

Future<int> getMicVolume()

Implementation

Future<int> getMicVolume() async {
  return await CrImpl.instance.getMicVolume();
}