isMobile property

bool get isMobile

Implementation

static bool get isMobile {
  return Platform.isAndroid || Platform.isIOS;
}