recharge static method

Future? recharge(
  1. BuildContext context
)

Implementation

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