authorized property Null safety

RxBool authorized
final

Sets itself to true when the MotorFlutter account is created with createAccount, or login. This is used to determine if the user is ready to be active on the Sonr Network or not.

if (MotorFlutter.to.isReady) {
   print('The user is ready to be active on the Sonr Network');
}

Implementation

final authorized = false.obs;