render abstract method

void render(
  1. Console console,
  2. ActivityIndicatorState state
)

Render the activity indicator.

The state is the current state of the activity indicator.

The buffer is the buffer to render the activity indicator.

Implementation

void render(Console console, ActivityIndicatorState state);