We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc922c commit f716fe1Copy full SHA for f716fe1
packages/pillar-core/example/lib/repositories/example_repository.dart
@@ -4,6 +4,7 @@ import 'package:pillar_core/pillar_core.dart';
4
abstract interface class ExampleRepository implements BaseRepository {
5
/// Repository name
6
Future<String> getData();
7
+
8
/// Clear cached data
9
Future<void> clearCache();
10
}
0 commit comments