rename StreamInformation.getFullCodec() as getCodecLong() on flutter

pull/765/head^2
Taner Sener 3 years ago
parent c2a44c0b97
commit 81ccd7c13d
  1. 2
      flutter/flutter/lib/stream_information.dart

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

Loading…
Cancel
Save