getExternalCachePaths method

  1. @override
Future<List<String>> getExternalCachePaths()
override

Paths to directories where application specific external cache data can be stored. These paths typically reside on external storage like separate partitions or SD cards. Phones may have multiple storage directories available.

Implementation

@override
Future<List<String>> getExternalCachePaths() async =>
    <String>[appCommon.getExternalCachePath()];