menu
neo_concierge
app/utils/constants.dart
Constants
isWeb static method
isWeb
dark_mode
light_mode
isWeb
static method
bool
isWeb
(
)
Implementation
static bool isWeb (){ return getOSInsideWeb() == "Web" ? true : false; }
neo_concierge
constants
Constants
isWeb static method
Constants class