callConfigOf static method Null safety
- BuildContext context
Throws StateError if a CallClientState cannot be found in the BuildContext.
Implementation
static CallConfig? callConfigOf(BuildContext context) => of(context, CallClientStateAspect.callConfig).callConfig;