Future<bool> isAppleSignInAvailable() async { return (Platform.isIOS || Platform.isMacOS) && await SignInWithApple.isAvailable(); }