getAllEmailAccounts method

Future<List<Account>> getAllEmailAccounts()

Implementation

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