apiScreenApi static method

Future apiScreenApi()

Implementation

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