kInvalidBillingResultErrorMessage top-level constant

  1. @visibleForTesting
String const kInvalidBillingResultErrorMessage

The error message shown when the map represents billing result is invalid from method channel.

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

Implementation

@visibleForTesting
const String kInvalidBillingResultErrorMessage =
    'Invalid billing result map from method channel.';