getContext method
The context within which its reaction should be run. It is the
mainContext
in most cases.
Implementation
@override
ReactiveContext getContext() => _context ?? super.getContext();
The context within which its reaction should be run. It is the
mainContext
in most cases.
@override
ReactiveContext getContext() => _context ?? super.getContext();