VirtualWindow.fromPlatformDispatcher constructor

  1. @Deprecated('Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
VirtualWindow.fromPlatformDispatcher({
  1. required VirtualPlatformDispatcher platformDispatcher,
})

Implementation

@Deprecated('Deprecated to prepare for the upcoming multi-window support. '
    'This feature was deprecated after v3.9.0-0.1.pre.')
VirtualWindow.fromPlatformDispatcher({
  required this.platformDispatcher,
});