fetchDevices method

Future<List<AuthDevice>> fetchDevices()

Retrieves all tracked devices for the current user.

Implementation

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