deleteRealm static method
Deletes all files associated with a Realm
located at given path
The Realm
must not be open.
Implementation
static void deleteRealm(String path) {
realmCore.deleteRealmFiles(path);
}
Deletes all files associated with a Realm
located at given path
The Realm
must not be open.
static void deleteRealm(String path) {
realmCore.deleteRealmFiles(path);
}