isMobile method

bool isMobile()

Implementation

bool isMobile() {
  return AkoResponsiveDevice.isWidthMobile(minWidth);
}