home static method

Future home()

Navigates to the home screen

Returns a Future that completes when the navigation is finished

Implementation

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