requestPermission method

dynamic requestPermission()

Prompts the user to grant permission to use the microphone

Implementation

requestPermission() {
  _channel.invokeMethod("requestPermission");
}