ControllerQueryBaseExtensions<TController extends Listenable> extension

This is an extension method of ControllerQueryBase.

ControllerQueryBaseの拡張メソッドです。

on

Methods

read(AppRef ref) → TController
Get TController stored in ref in the same way as ref.app.controller.
watch(RefHasApp ref) → TController
Get TController while monitoring with widgets related to ref in the same way as ref.app.controller.
watchOnApp(RefHasApp ref) → TController