callConfigOf static method

CallConfig? callConfigOf(
  1. BuildContext context
)

See CallClient.callConfig.

Throws StateError if a CallClientState cannot be found in the BuildContext.

Implementation

static CallConfig? callConfigOf(BuildContext context) => of(context, CallClientStateAspect.callConfig).callConfig;