requiresEmbeddedCardForm property

bool get requiresEmbeddedCardForm

Convenience: does this provider require the SDK to host its own card form (DIRECT_CAPTURE-style)? Currently always false — both card providers use a hosted-page redirect. Kept as a forward-compat hook.

Implementation

bool get requiresEmbeddedCardForm => false;