platformDispatcher property

  1. @Deprecated('Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
  2. @override
VirtualPlatformDispatcher platformDispatcher
final

The platform dispatcher that this view is registered with, and gets its information from.

Implementation

@Deprecated('Deprecated to prepare for the upcoming multi-window support. '
    'This feature was deprecated after v3.9.0-0.1.pre.')
@override
final VirtualPlatformDispatcher platformDispatcher;