fetch method
Future that completes when the repository is available in the cacheDirectory.
Implementation
@override
Future<void> fetch() async {
// no op
}
Future that completes when the repository is available in the cacheDirectory.
@override
Future<void> fetch() async {
// no op
}