tempPath property

Future<String> get tempPath

Returns the absolute path string of the temporary directory.

Implementation

static Future<String> get tempPath async =>
    (await pp.getTemporaryDirectory()).path;