recharge static method
Implementation
static Future? recharge(BuildContext context) {
return LiveSdkManager.instance.callback()?.onRecharge?.call(context);
}
static Future? recharge(BuildContext context) {
return LiveSdkManager.instance.callback()?.onRecharge?.call(context);
}