isMobileDevice method

bool isMobileDevice()

是否为移动设备(手机或平板)

Implementation

bool isMobileDevice() => isPhone() || isTablet();