connected property

bool get connected
inherited

Whether a connection to the PowerSync service is currently open.

Implementation

bool get connected {
  return currentStatus.connected;
}