fcmWebVapidKeyOverride property

  1. @visibleForTesting
set fcmWebVapidKeyOverride (String? value)

For testing only: override the resolved fcmWebVapidKey.

Implementation

@visibleForTesting
static set fcmWebVapidKeyOverride(String? value) => _fcmWebVapidKey = value;