Force flush the logs to disk

This commit is contained in:
Vishnu Mohandas 2020-12-09 01:06:30 +05:30
parent c995e64822
commit 5ceda914b5

View file

@ -21,6 +21,7 @@ class Network {
object.toString() + "\n",
encoding: Utf8Codec(allowMalformed: true),
mode: FileMode.append,
flush: true,
);
}));
}