makeClient

abstract fun makeClient(collectionName: String): RemoteSettingsClient

Create a new Remote Settings client

This method performs no IO or network requests and is safe to run in a main thread that can't be blocked.