dco_decode_on_incomming_call method

  1. @protected
OnIncommingCall dco_decode_on_incomming_call(
  1. dynamic raw
)
override

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];
}