getCacheDirectory method

Future<String> getCacheDirectory()

Future method getCacheDirectory has String return Value

Implementation

Future<String> getCacheDirectory() async =>
    throw UnimplementedError('getCacheDirectory() has not been implemented.');