window property

  1. @visibleForTesting
Window? window
getter/setter pair

The current browser window used to access media devices.

Implementation

@visibleForTesting
html.Window? window = html.window;