TRUNCATE_EXISTING top-level constant Null safety
Opens a file and truncates it so that its size is zero bytes, only if it exists.
Implementation
const TRUNCATE_EXISTING = 5;
Opens a file and truncates it so that its size is zero bytes, only if it exists.
const TRUNCATE_EXISTING = 5;