methodChannel property
The method channel used to interact with the native platform.
Implementation
@visibleForTesting
late final MethodChannel methodChannel =
const MethodChannel('v7lin.github.io/alipay_kit')
..setMethodCallHandler(_handleMethod);