Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jan 10, 2023
1 parent b88f6b2 commit f728142
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,6 @@ class ClientResetError extends SyncError {
/// Initiates the client reset process.
///
/// Returns> `true` if actions were run successfully, `false` otherwise.
///
/// All Realm instances for that path must be closed before this method is called or an
/// [RealmException] will be thrown.
bool resetRealm() {
if (_config is! FlexibleSyncConfiguration) {
throw RealmException("The current configuration is not FlexibleSyncConfiguration.");
Expand Down

0 comments on commit f728142

Please sign in to comment.