attach method

void attach(
  1. LocalFirstClient client
)
inherited

Attaches this strategy to a LocalFirstClient.

Called by the client during construction; overrides typically should not call this directly.

Implementation

void attach(LocalFirstClient client) {
  _client = client;
}