update abstract method

Future<void> update(
  1. int state
)

Switches the visible content to state without hiding first (S3).

Implementation

Future<void> update(int state);