overTheCounter property

IaBaseOverTheCounter get overTheCounter

Methods and properties available with the IaBaseOverTheCounter native module.

Implementation

IaBaseOverTheCounter get overTheCounter {
  if (_overTheCounter == null) {
    throw _moduleNotInitializedError;
  }
  return _overTheCounter!;
}