flutter-freaccess-hub/lib/features/storage/domain/entities/shared_storage.dart

4 lines
111 B
Dart

import 'package:hub/features/storage/index.dart';
abstract class ISharedPreferencesKey implements IStorage {}