tempDir top-level property

Future<Directory> tempDir

The temporary directory of this app.

Implementation

Future<Directory> get tempDir async => await getTemporaryDirectory();