off method
Unsubscribe one or all listeners subscribed with on
@returns same link context
Implementation
@Deprecated('Use unsubscribe() instead')
TTLink off([TTOnCb? cb]) {
unsubscribe(cb);
return this;
}
Unsubscribe one or all listeners subscribed with on
@returns same link context
@Deprecated('Use unsubscribe() instead')
TTLink off([TTOnCb? cb]) {
unsubscribe(cb);
return this;
}