isMobileOS property

bool isMobileOS

Checks whether the device is a mobile OS or not

Implementation

static bool get isMobileOS => !isWeb && (isAndroid || isIOS);