menu
bzframework package
documentation
services/wx_service.dart
WxService
pay method
pay method
dark_mode
light_mode
pay
method
Future
<
bool
>
pay
(
{
required
PayType
which
,
})
Implementation
Future<bool> pay({required PayType which}) async { return fluwx.pay(which: which); }
bzframework package
documentation
services/wx_service
WxService
pay method
WxService class