ClientMock constructor
ClientMock({
- AuthenticationKeyManager? authenticationKeyManager,
Implementation
ClientMock({
AuthenticationKeyManager? authenticationKeyManager,
}) : authenticationKeyManager =
authenticationKeyManager ?? InMemoryKeyManager();