delegateFor static method

RemoteAuthenticatorDelegate? delegateFor(
  1. String id
)

Implementation

static RemoteAuthenticatorDelegate? delegateFor(String id) => _delegates[id];