logs method

Stream<String> logs()

Stream of log lines from native (Android/iOS).

Implementation

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