tempDirectory property

String? tempDirectory
getter/setter pair

Accesses the sqlite3_temp_directory variable.

Note that this operation might not be safe if a database connection is being used at the same time in different isolates.

See also: https://www.sqlite.org/c3ref/temp_directory.html

Implementation

String? tempDirectory;