tempPath top-level property

Future<String> tempPath

The path to tempDir.

Implementation

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