apiScreenApi static method

Future apiScreenApi()

Navigates to the API screen

Returns a Future that completes when the navigation is finished

Implementation

static Future apiScreenApi() async {
  return await toScreen(const MockApiScreen(), apiScreenName);
}