isAuthenticated static method
Implementation
static Future<bool> isAuthenticated(
BuildContext context, String route) async {
// Replace with real auth check
return true;
}
static Future<bool> isAuthenticated(
BuildContext context, String route) async {
// Replace with real auth check
return true;
}