isReady method

Future<bool> isReady()

Calls BillingClient#isReady() to get the ready status of the BillingClient instance.

Implementation

Future<bool> isReady() async {
  return _hostApi.isReady();
}