OnBillingServiceDisconnected typedef

OnBillingServiceDisconnected = void Function()

Callback triggered when the BillingClientWrapper is disconnected.

Wraps com.android.billingclient.api.BillingClientStateListener.onServiceDisconnected() to call back on BillingClient disconnect.

Implementation

typedef OnBillingServiceDisconnected = void Function();