window property Null safety

  1. @visibleForTesting
Window? window
read / write

The current browser window used to access media devices.

Implementation

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