refactor: Omit local types

This commit is contained in:
Krille 2024-07-04 15:42:00 +02:00
commit ef5ea57c58
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
7 changed files with 10 additions and 9 deletions

View file

@ -82,7 +82,7 @@ class FlutterHiveCollectionsDatabase extends HiveCollectionsDatabase {
}
static Future<String> findDatabasePath(Client client) async {
String path = client.clientName;
var path = client.clientName;
if (!kIsWeb) {
Directory directory;
try {