RemoteInAppUpdate constructor

RemoteInAppUpdate({
  1. bool? isRemoteInAppUpdateRequested,
})

Implementation

RemoteInAppUpdate({
  this.isRemoteInAppUpdateRequested,
});