dco_decode_connection_quality method
Implementation
@protected
ConnectionQuality dco_decode_connection_quality(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return ConnectionQuality.values[raw as int];
}
@protected
ConnectionQuality dco_decode_connection_quality(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return ConnectionQuality.values[raw as int];
}