maybeOf static method

CallClientState? maybeOf(
  1. BuildContext context,
  2. [CallClientStateAspect? aspect]
)

Implementation

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