isReady method
Calls
BillingClient#isReady()
to get the ready status of the BillingClient instance.
Implementation
Future<bool> isReady() async {
return _hostApi.isReady();
}
Calls
BillingClient#isReady()
to get the ready status of the BillingClient instance.
Future<bool> isReady() async {
return _hostApi.isReady();
}