connected property Null safety
final
Creating a reactive variable called connected
that is initialized to the value false
.
Implementation
final connected = false.obs;
Creating a reactive variable called connected
that is initialized to the value false
.
final connected = false.obs;