attach method

void attach(
  1. Context context
)

Attaches this state to the given context.

Implementation

void attach(Context context) => _internalState.attach(context);