6 lines
89 B
Dart
6 lines
89 B
Dart
|
|
abstract class CacheConfig {
|
|
Future initializeDatabase();
|
|
|
|
void registerAdapter();
|
|
} |