stream property

Stream<Uint8List> get stream

Implementation

Stream<Uint8List> get stream {
  return _instance.stream(_recorderId);
}