UseDependency<T extends Object>.get constructor
UseDependency<T extends Object>.get ([
- String? id
Creates and/or gets the instance of the T
dependency with/without id.
Implementation
UseDependency.get([this.id]) {
_instance = Rt.get(id, this);
_listen();
}