Dart wrapper for the platform native-pay bridge (lpe_sdk/native_pay).
Calls the platform implementation and normalizes the result into a
PaymentResult instance used throughout the SDK.
Convenience helper: build merchantArgs from common form fields like
an amount string and optional summary items. This keeps callers from
reimplementing amount-to-cents and ensures the package remains the
single source of truth for merchant args construction.