getSelectedEmail method

String? getSelectedEmail()

Gets the currently selected email address.

Implementation

String? getSelectedEmail() {
  return _selectedSendEmail;
}