maybeCallConfigOf static method

CallConfig? maybeCallConfigOf(
  1. BuildContext context
)

Implementation

static CallConfig? maybeCallConfigOf(BuildContext context) =>
    maybeOf(context, CallClientStateAspect.callConfig)?.callConfig;