isMobile property

bool get isMobile

Implementation

static bool get isMobile {
  return defaultTargetPlatform == TargetPlatform.android ||
      defaultTargetPlatform == TargetPlatform.iOS;
}