refactor(repository)!: use Finalizer to automatically free allocated memory

BREAKING CHANGE: Return value of identity getter changed from Map<String, String> to Identity
This commit is contained in:
Aleksey Kulikov 2022-05-02 13:15:58 +03:00
parent aef440e345
commit 813de89745
42 changed files with 74 additions and 130 deletions

View file

@ -127,7 +127,6 @@ index e69de29..c217c63 100644
});
tearDown(() {
repo.free();
if (Platform.isLinux || Platform.isMacOS) {
tmpDir.deleteSync(recursive: true);
}