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