requestMicrophone method

Future<bool> requestMicrophone()

Implementation

Future<bool> requestMicrophone() => request(Permission.microphone);