We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02e5834 + 5577506 commit 775e4dbCopy full SHA for 775e4db
packages/powersync/lib/src/powersync_database.dart
@@ -155,7 +155,7 @@ class PowerSyncDatabase with SqliteQueries implements SqliteConnection {
155
/// The connection is automatically re-opened if it fails for any reason.
156
///
157
/// Status changes are reported on [statusStream].
158
- connect({required PowerSyncBackendConnector connector}) async {
+ Future<void> connect({required PowerSyncBackendConnector connector}) async {
159
await initialize();
160
161
// Disconnect if connected
0 commit comments