isNativeMobile top-level property
bool
get
isNativeMobile
Checks if the platform is native mobile (not web).
Implementation
bool get isNativeMobile => isMobile && !isWeb;
Checks if the platform is native mobile (not web).
bool get isNativeMobile => isMobile && !isWeb;