getDisplays method

Future<List<Display>> getDisplays()

Implementation

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