getDisplays method

Future<List<Display>> getDisplays()

Implementation

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