getCardFormCollector method
This method is internal and should not be used by clients. It will throw NoSuchMethodError if invoked.
Implementation
CardFormCollector getCardFormCollector(String signature) {
if (signature != Constants().signature) {
throw NoSuchMethodError.withInvocation(
this,
Invocation.method(
#getCardFormCollector,
[signature],
),
);
}
return _cardFormCollector;
}