isMobile property

bool get isMobile

是否是手机系统

Implementation

bool get isMobile => Platform.isAndroid || Platform.isIOS || Platform.isFuchsia;