getEntry method

  1. @protected
SessionDriverRegistration? getEntry(
  1. String name
)
inherited

Retrieves the entry associated with the given name.

Returns null if no entry exists for the given name.

Implementation

@protected
V? getEntry(String name) => _entries[normalizeName(name)];