getTemporaryPath method

Future<String?> getTemporaryPath()

Path to the temporary directory on the device that is not backed up and is suitable for storing caches of downloaded files.

Implementation

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