logStream property

Stream<String> logStream

The stream of messages that have been captured on the native side.

Implementation

Stream<String> get logStream {
  throw UnimplementedError('logStream has not been implemented');
}