getBillingConfig method

Future<BillingConfigWrapper> getBillingConfig()

Fetches billing config info into a BillingConfigWrapper object.

Implementation

Future<BillingConfigWrapper> getBillingConfig() async {
  return billingConfigWrapperFromPlatform(await _hostApi.getBillingConfigAsync());
}