remoteUri property

StateProvider<GameAddress> remoteUri
final

The provider that controls which game server address to connect to

Implementation

static final remoteUri = StateProvider<GameAddress>((ref) => defaultAddress);