goToUpdate method

  1. @override
dynamic goToUpdate()
override

Implementation

@override
goToUpdate() {
  StoreRedirect.redirect(
    androidAppId: repository.androidAppId,
    iOSAppId: repository.iosAppId,
  );
}