getServer method
Implementation
Future<Directory> getServer() async {
final root = await getRevali();
return root.childDirectory('server');
}
Future<Directory> getServer() async {
final root = await getRevali();
return root.childDirectory('server');
}