getContext method

  1. @override
ReactiveContext getContext()
override

The context within which its reaction should be run. It is the mainContext in most cases.

Implementation

@override
ReactiveContext getContext() => _context ?? super.getContext();