cardLink property
Methods and properties available with the IaBaseCardLink native module.
Implementation
IaBaseCardLink get cardLink {
if (_cardLink == null) {
throw _moduleNotInitializedError;
}
return _cardLink!;
}
Methods and properties available with the IaBaseCardLink native module.
IaBaseCardLink get cardLink {
if (_cardLink == null) {
throw _moduleNotInitializedError;
}
return _cardLink!;
}