of static method

Implementation

static RawAdaptiveCardState of(BuildContext context) {
  return Provider.of<RawAdaptiveCardState>(context, listen: false);
}