query constant

_$CompassQuery const query

Query for Compass.

appRef.controller(Compass.query(parameters));     // Get from application scope.
ref.app.controller(Compass.query(parameters));    // Watch at application scope.
ref.page.controller(Compass.query(parameters));   // Watch at page scope.

Implementation

static const query = _$CompassQuery();