I read the comments above, but it took me hours to finally realize the "configName" people are talking about is actually referring to the name of the push provider you setupped.
In flutter it's
streamChatClient.addDevice(
_token,
PushProvider.firebase,
pushProviderName: "FirebasePsDev" //THIS
)