show abstract method

Future<void> show(
  1. int state
)

Mounts the content card ContractCard(state) by the solution's own mechanism (tooltip / toast / dialog / overlay). Contract: when this future completes, the content is on its way; the scenario decides when it is stable by pumping frames and polling isStable.

Implementation

Future<void> show(int state);