ClientMock constructor

ClientMock({
  1. AuthenticationKeyManager? authenticationKeyManager,
})

Implementation

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