clientType property

StateProvider<ClientType> clientType
final

The provider that controls the GameClient and ServerClient implementation to use

Implementation

static final clientType = StateProvider<ClientType>(
  (ref) => IOClient,
  name: 'ClientType',
);