showAlternativeBillingOnlyInformationDialog method

Future<BillingResultWrapper> showAlternativeBillingOnlyInformationDialog()

Shows the alternative billing only information dialog on top of the calling app.

Implementation

Future<BillingResultWrapper>
showAlternativeBillingOnlyInformationDialog() async {
  return resultWrapperFromPlatform(
    await _hostApi.showAlternativeBillingOnlyInformationDialog(),
  );
}