enterEmailPrompt function

String enterEmailPrompt(
  1. String userType
)

Implementation

String enterEmailPrompt(String userType) =>
    'Enter the $userType\'s email address';