asCancelable method
Cancels the subscription and returns a Cancelable object.
Implementation
Cancelable asCancelable() {
return Cancelable._(cancel);
}
Cancels the subscription and returns a Cancelable object.
Cancelable asCancelable() {
return Cancelable._(cancel);
}