asyncContext property

  1. @override
SearchContext asyncContext
override

Produces a compatible async_core.SearchContext. Allows backwards compatibility with other frameworks.

Implementation

@override
async_core.SearchContext get asyncContext => asyncElement;