getTempDirectory method

Future<String> getTempDirectory()

Returns the platform's cache/temp directory path.

Implementation

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