context property

ManagedContext? context

Must override to return ManagedContext of application under test.

An ApplicationChannel should expose its ManagedContext service as a property. Return the context from this method.

Implementation

ManagedContext? get context;