UmInitAliPay constructor

UmInitAliPay({
  1. required String appKey,
})

Implementation

UmInitAliPay({required this.appKey}) : assert(appKey.isNotEmpty);