connected property
Whether a connection to the PowerSync service is currently open.
Implementation
bool get connected {
return currentStatus.connected;
}
Whether a connection to the PowerSync service is currently open.
bool get connected {
return currentStatus.connected;
}