getCacheDir method

Future<String> getCacheDir()

Implementation

Future<String> getCacheDir() async {
  return await invokeMethod(_GET_CACHE_DIR);
}