getApplicationCachePath method

Future<String?> getApplicationCachePath()
inherited

Path to a directory where application specific cache data can be stored.

Implementation

Future<String?> getApplicationCachePath() {
  throw UnimplementedError(
      'getApplicationCachePath() has not been implemented.');
}