consumerType

JSAny get consumerType

The Consumer component type for this context.

Note: The Consumer component is considered legacy. Prefer useContext hook instead.

Implementation

JSAny get consumerType => _jsContext.consumer;