From f728142e4d70cfcf89de9fc9a399a0906ea3c380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Tue, 10 Jan 2023 16:13:07 +0100 Subject: [PATCH] Update doc comment --- lib/src/configuration.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/src/configuration.dart b/lib/src/configuration.dart index f38c7ee95..57fdf9074 100644 --- a/lib/src/configuration.dart +++ b/lib/src/configuration.dart @@ -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.");