getEntry method

OverlayEntry? getEntry(
  1. String? id
)

Implementation

OverlayEntry? getEntry(String? id) {
  return _hashEntries[id]?.entry;
}