resolveStatePath function
Implementation
String resolveStatePath() {
final home = Platform.environment['HOME'] ?? '.';
return '$home/.simutil/state.json';
}
String resolveStatePath() {
final home = Platform.environment['HOME'] ?? '.';
return '$home/.simutil/state.json';
}