nativeInstallRecovery property

NativeInstallRecovery get nativeInstallRecovery

Typed native recovery capability for this platform.

Implementation

NativeInstallRecovery get nativeInstallRecovery {
  throw UnimplementedError(
    "nativeInstallRecovery has not been implemented.",
  );
}