getIsPos method

dynamic getIsPos()

Implementation

getIsPos() {
  if (isPos ||
      _deviceID == 'SUNMI' ||
      _deviceID == 'Flex' ||
      _deviceID == 'Clover') {
    isPos = true;
    return isPos;
  }
  return false;
}