Future<int> watchAvailability(RemotePlaybackAvailabilityCallback callback) => promiseToFuture<int>(JS("", "#.watchAvailability(#)", this, callback));