FlutterGlPlugin constructor

FlutterGlPlugin({
  1. @visibleForTesting Window? debugWindow,
})

A constructor that allows tests to override the window object used by the plugin.

Implementation

FlutterGlPlugin({@visibleForTesting Window? debugWindow}) {}