Merge remote-tracking branch 'refs/remotes/upstream/development-flutter'

pull/765/head
Thibault Deckers 2 years ago
commit df5c506a71
  1. 2
      flutter/flutter/lib/stream_information.dart

@ -53,7 +53,7 @@ class StreamInformation {
String? getCodec() => this.getStringProperty(StreamInformation.keyCodec); String? getCodec() => this.getStringProperty(StreamInformation.keyCodec);
/// Returns stream codec in long format. /// Returns stream codec in long format.
String? getFullCodec() => String? getCodecLong() =>
this.getStringProperty(StreamInformation.keyCodecLong); this.getStringProperty(StreamInformation.keyCodecLong);
/// Returns stream format. /// Returns stream format.

Loading…
Cancel
Save