getMailApps method

Future<List<MailApp>> getMailApps()

Gets the list of available email apps on the device

Implementation

Future<List<MailApp>> getMailApps() {
  throw UnimplementedError('getMailApps() has not been implemented.');
}