notificationsUpdateFcmTokenGroupFunction property

String? get notificationsUpdateFcmTokenGroupFunction

Implementation

static String? get notificationsUpdateFcmTokenGroupFunction {
  _notificationsUpdateFcmTokenGroupFunction ??= const String.fromEnvironment(
              'NOTIFICATIONS_UPDATE_FCM_TOKEN_GROUP_FUNCTION',
              defaultValue: '')
          .isNotEmpty
      ? const String.fromEnvironment('NOTIFICATIONS_UPDATE_FCM_TOKEN_GROUP_FUNCTION',
          defaultValue: '')
      : _notificationsUpdateFcmTokenGroupFunctionDefault;
  return _notificationsUpdateFcmTokenGroupFunction;
}