platformDispatcher property

  1. @override
TestPlatformDispatcher platformDispatcher
override

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

Implementation

@override
TestPlatformDispatcher get platformDispatcher => _platformDispatcher;