connected property

StateProvider<bool> connected
final

Implementation

static final connected = StateProvider<bool>((ref) => false);