onReinstallDetected property
Stream of reinstall detection events. Emits ULinkInstallationInfo when a reinstall is detected during bootstrap.
Implementation
@override
Stream<ULinkInstallationInfo> get onReinstallDetected =>
_reinstallController.stream;