kInvalidAlternativeBillingReportingDetailsErrorMessage top-level constant

  1. @visibleForTesting
String const kInvalidAlternativeBillingReportingDetailsErrorMessage

The error message shown when the map representing details is invalid from method channel.

This usually indicates a serious underlying code issue in the plugin.

Implementation

@visibleForTesting
const String kInvalidAlternativeBillingReportingDetailsErrorMessage =
    'Invalid AlternativeBillingReportingDetails map from method channel.';