@override Future<bool> isAudioRecordingPermissionGranted() async { return await methodChannel.invokeMethod<bool>("audioRecordingGranted") ?? false; }