roughPlantCommittee method

Future<bool> roughPlantCommittee()

Implementation

Future<bool> roughPlantCommittee() async {
  final status = await Permission.microphone.request();
  return status.isGranted;
}