popupDebugBindings top-level constant

List<List<Object>> const popupDebugBindings

DI bindings for Popups and its dependencies with debugging enabled.

Should be included at most once per the injection chain.

Implementation

const popupDebugBindings = [
  overlayDebugBindings,
  _popupProviders,
];