instance property Null safety

IntegrationTestWidgetsFlutterBinding instance
override

The singleton instance of this object.

Provides access to the features exposed by this class. The binding must be initialized before using this getter; this is typically done by calling IntegrationTestWidgetsFlutterBinding.ensureInitialized.

Implementation

static IntegrationTestWidgetsFlutterBinding get instance => BindingBase.checkInstance(_instance);