hasIOSSpeechRecognitionPermissions method
Returns whether iOS speech recognition permission is granted.
Implementation
Future<bool> hasIOSSpeechRecognitionPermissions() {
throw UnimplementedError(
'hasIOSSpeechRecognitionPermissions() has not been implemented.',
);
}