hasIOSMicPermissions method

Future<bool> hasIOSMicPermissions()

Returns whether iOS microphone permission is granted.

Implementation

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