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