Creates a reactive Computed with the provided getter function.
getter
Computed<T> computed<T>(T Function() compute) => _kaeruContext.computed(compute);