platformIsMobile property

bool get platformIsMobile

Implementation

static bool get platformIsMobile => Platform.isIOS || Platform.isAndroid;