createAlternativeBillingOnlyReportingDetails method

Future<AlternativeBillingOnlyReportingDetailsWrapper> createAlternativeBillingOnlyReportingDetails()

The details used to report transactions made via alternative billing without user choice to use Google Play billing.

Implementation

Future<AlternativeBillingOnlyReportingDetailsWrapper>
    createAlternativeBillingOnlyReportingDetails() async {
  return alternativeBillingOnlyReportingDetailsWrapperFromPlatform(
      await _hostApi.createAlternativeBillingOnlyReportingDetailsAsync());
}