getServer method

Future<Directory> getServer()

Implementation

Future<Directory> getServer() async {
  final root = await getRevali();

  return root.childDirectory('server');
}