getSelectedEmail method

String? getSelectedEmail()

Implementation

String? getSelectedEmail() {
  return _selectedSendEmail;
}