onArgComplete abstract method Null safety
Process an Operation with the argument ArgDone, once the argument value is available.
Implementation
void onArgComplete(Operation op, ArgDone arg);
Process an Operation with the argument ArgDone, once the argument value is available.
void onArgComplete(Operation op, ArgDone arg);