isMobile top-level property

bool get isMobile

Implementation

bool get isMobile => OS.type == OS.ios || OS.type == OS.android;