microphone method

Future<bool> microphone()

Implementation

Future<bool> microphone() async {
  return await _validatePermission(Permission.microphone);
}