tokenFile top-level property
File
get
tokenFile
Implementation
File get tokenFile {
// Get the user's home directory to store the token
Directory homeDir = Directory.fromUri(
Uri.parse(Platform.environment['HOME']!),
);
return File('${homeDir.path}/.meedu_icons/session');
}