fetch method

  1. @override
Future<void> fetch()
override

Future that completes when the repository is available in the cacheDirectory.

Implementation

@override
Future<void> fetch() async {
  // no op
}