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