userMemoryPath property

String get userMemoryPath

Implementation

String get userMemoryPath {
  final homeDir = Platform.environment['HOME'] ?? '';
  return '$homeDir/.neomage/NEOMAGE.md';
}