getStream method

Stream<Uint8List> getStream()

Implementation

Stream<Uint8List> getStream() {
  throw UnimplementedError('stopScreenCapture() has not been implemented.');
}