registrationFor method

SessionDriverRegistration? registrationFor(
  1. String name
)
inherited

Resolves the registration for name, or null when absent.

Implementation

TRegistration? registrationFor(String name) => getEntry(name);