maybeOf static method
- BuildContext context, [
- CallClientStateAspect? aspect
Implementation
static CallClientState? maybeOf(BuildContext context, [CallClientStateAspect? aspect]) =>
InheritedModel.inheritFrom<CallClientState>(context, aspect: aspect);