getAccounts method

Future<List<Account>> getAccounts(
  1. List<String> usernames
)

Implementation

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