openEmailSettings method

Future<void> openEmailSettings()

Implementation

Future<void> openEmailSettings() async {
  // Not applicable for web
  _showNotApplicableMessage('Email');
}