Return type of the Bindable watch function, used to unregister a watch.

interface WatchHandle {
    remove(): void;
}

Methods

Methods

  • Unregister the watch handle

    Returns void