getDeviceAccounts method

Future<List<Account>> getDeviceAccounts()

/ 5.

Implementation

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