isTouchDevice method

bool isTouchDevice()

是否为触摸设备

Implementation

bool isTouchDevice() => isMobileDevice() || isBrowser();