overTheCounter property
Methods and properties available with the IaBaseOverTheCounter native module.
Implementation
IaBaseOverTheCounter get overTheCounter {
if (_overTheCounter == null) {
throw _moduleNotInitializedError(IaBaseModule.overTheCounter);
}
return _overTheCounter!;
}