home static method

Future home()

Implementation

static Future home() async {
  return await toScreen(ApiLoggerLib(), homeName);
}