invalidGooglePaySetup constant

String const invalidGooglePaySetup

The Application is not properly configured to use Google Pay

This could be due to the app manifest not enabling Google Pay or because the app isn't using FlutterFragmentActivity or FragmentActivity

Implementation

static const invalidGooglePaySetup = "InvalidGooglePaySetup";