maybeUsernameOf static method

String? maybeUsernameOf(
  1. BuildContext context
)

Implementation

static String? maybeUsernameOf(BuildContext context) => maybeOf(context, CallClientStateAspect.username)?.username;