Returns whether iOS microphone permission is granted.
@override Future<bool> hasIOSMicPermissions() async { return await methodChannel.invokeMethod<bool>('hasIOSMicPermissions') ?? false; }