VirtualWindow.fromPlatformDispatcher constructor
- @Deprecated('Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
- 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,
});