Unverified Commit 4f3ed804 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Remove doc reference to the deprecated ui.FlutterWindow API (#118064)

parent 70d58340
...@@ -187,9 +187,10 @@ abstract class BindingBase { ...@@ -187,9 +187,10 @@ abstract class BindingBase {
/// such as a [TestWindow]. /// such as a [TestWindow].
/// ///
/// The [window] is a singleton meant for use by applications that only have a /// The [window] is a singleton meant for use by applications that only have a
/// single main window. In addition to the properties of [ui.FlutterWindow], /// single main window. In addition to the properties of
/// [window] provides access to platform-specific properties and callbacks /// [ui.SingletonFlutterWindow], [window] provides access to
/// available on the [platformDispatcher]. /// platform-specific properties and callbacks available on the
/// [platformDispatcher].
/// ///
/// For applications designed for more than one main window, prefer using the /// For applications designed for more than one main window, prefer using the
/// [platformDispatcher] to access available views via /// [platformDispatcher] to access available views via
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment