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.
1 parent 02e5834 commit 5577506Copy full SHA for 5577506
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