getBillingConfig method
Fetches billing config info into a BillingConfigWrapper object.
Implementation
Future<BillingConfigWrapper> getBillingConfig() async {
return billingConfigWrapperFromPlatform(
await _hostApi.getBillingConfigAsync(),
);
}