installedApps method

Future<List<MailApp>> installedApps()

Mail apps installed on the device.

Implementation

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