getAllPhysicalScreenshots method

Future<List<Uint8List>> getAllPhysicalScreenshots()

Implementation

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