instance property

ElementsBinding? instance

The current ElementsBinding, if one has been created.

If you need the binding to be constructed before calling runApp, you can ensure a Elements binding has been constructed by calling the ElementsFlutterBinding.ensureInitialized() function.

Implementation

static ElementsBinding? get instance => _instance;