refreshInAppUpdate static method

Future<PlayxVersionUpdateResult<bool>> refreshInAppUpdate()

Refreshes app update manger. returns PlayxVersionUpdateResult with bool on success of whether refreshed or not.

Implementation

static Future<PlayxVersionUpdateResult<bool>> refreshInAppUpdate() {
  return PlayxVersionUpdatePlatform.instance.refreshInAppUpdate();
}