connected property Null safety
final
Sets itself to true when the MotorFlutter account is finished bootstrapping to the Sonr Network. The connect method triggers the refresh of this variable.
Example
await MotorFlutter.to.connect();
print(MotorFlutter.to.connected.value); // Prints true
Implementation
final connected = false.obs;