waitUntil method
Implementation
WaitChainBuilder waitUntil(UpdateSubscriptionCallback onUpdate) {
_chain.add(_ChainData.waitUntil(onUpdate));
return this;
}
WaitChainBuilder waitUntil(UpdateSubscriptionCallback onUpdate) {
_chain.add(_ChainData.waitUntil(onUpdate));
return this;
}