emailsScreen static method

Future emailsScreen()

Implementation

static Future emailsScreen() async {
  return await toScreen(const SendEmailScreen(), emailName);
}