getPlatformPayEngine function

IPayEngine getPlatformPayEngine(
  1. String type,
  2. PayEngineConfig config,
  3. Map<String, String> params,
  4. dynamic onEvent(
    1. Map<String, dynamic>
    )?,
)

Implementation

IPayEngine getPlatformPayEngine(String type, PayEngineConfig config,
        Map<String, String> params, Function(Map<String, dynamic>)? onEvent) =>
    throw UnsupportedError("Platform error");