tempPath top-level property

Future<String> get tempPath

The path to tempDir.

Implementation

Future<String> get tempPath async => (await tempDir).path;