Check if user is logged in to SumUp (stub implementation for web)
static Future<bool?> isLoggedIn() async { print("We're in Web, nothing to do here!"); return false; }