internalRetryPhysicsRegistration method

  1. @override
bool internalRetryPhysicsRegistration()

Attempts registration. Returns true when registered (or permanently unregistrable, a backend without the feature) and false to keep waiting.

Implementation

@override
bool internalRetryPhysicsRegistration() => _register(silent: true);