mobile property

bool mobile

Mobile (Android or iOS)

Implementation

static bool get mobile => PlatformIs.iOS || PlatformIs.android;