menu
nobody package
documentation
web/path.dart
RelativePath
path property
path property
dark_mode
light_mode
path
property
Future
<
String
>
get
path
override
Implementation
Future<String> get path async { var dir = await Directory.current; return '${dir.path}/$name'; }
nobody package
documentation
web/path
RelativePath
path property
RelativePath class