connected property
bool
get
connected
Shows if the wallet is connected right now.
Implementation
bool get connected => wallet != null;
Shows if the wallet is connected right now.
bool get connected => wallet != null;