onReinstallDetected property

Stream<ULinkInstallationInfo> get onReinstallDetected

Stream of reinstall detection events. Emits ULinkInstallationInfo when a reinstall is detected during bootstrap.

Implementation

Stream<ULinkInstallationInfo> get onReinstallDetected {
  throw UnimplementedError('onReinstallDetected has not been implemented.');
}