isMobile property
bool
get
isMobile
Whether running on mobile.
Implementation
bool get isMobile =>
platform == NeomagePlatform.android || platform == NeomagePlatform.iOS;
Whether running on mobile.
bool get isMobile =>
platform == NeomagePlatform.android || platform == NeomagePlatform.iOS;