code property

StateProvider<GameCode> code
final

Provides the game code for each client id

Implementation

static final code = StateProvider<GameCode>(
  (ref) => '',
  name: 'GameCode',
  dependencies: [playerID],
);