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;
JSAny get consumerType
The Consumer component type for this context.
Note: The Consumer component is considered legacy. Prefer useContext hook instead.
JSAny get consumerType => _jsContext.consumer;