watch method

  1. @Deprecated("This method will no longer be available. このメソッドは利用できなくなります。")
TController watch(
  1. RefHasApp ref
)

Implementation

@Deprecated(
  "This method will no longer be available. このメソッドは利用できなくなります。",
)
TController watch(RefHasApp ref) {
  return ref.global(this);
}