hasMicrophonePermission method

Future<bool> hasMicrophonePermission()

Check if microphone permission is granted

Implementation

Future<bool> hasMicrophonePermission() {
  throw UnimplementedError('hasMicrophonePermission() has not been implemented.');
}