isNewPatchReadyToInstall method

  1. @override
Future<bool> isNewPatchReadyToInstall()

Whether a new patch has been downloaded and is ready to install.

If true, the patch number returned by nextPatchNumber will be run on the next app launch.

Implementation

@override
Future<bool> isNewPatchReadyToInstall() {
  return _delegate.isNewPatchReadyToInstall();
}