needsAppUpdate property
bool
get
needsAppUpdate
True when the server speaks a newer contract than this build understands. The UI shows a blocking "update the app" screen: a half-rendered panel would hide whatever it could not parse.
Implementation
bool get needsAppUpdate => _needsAppUpdate;