cash_gl_plugin

Creator: coderz1093

Last updated:

0 purchases

cash_gl_plugin Image
cash_gl_plugin Images

Languages

Categories

Add to Cart

Description:

cash gl plugin

1. Add to pubspec.yaml #

dependencies:
....cash_gl_plugin: ^1.0.8

2. Install #

flutter pub get

3. Import #

import 'package:cash_gl_plugin/cash_gl_plugin.dart';

4. Usage #

PayWithMpurseResult result = await new CashGlPlugin().payWithMpurse(amount, txnId, mpQueryId, partnerId, createTime, payerVa);
print('result.resultCode: ${result.resultCode}');
LivenessResult result = await new CashGlPlugin().liveness();
print('LivenessResult: $result');

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.