googlePlayInstantParam property

bool googlePlayInstantParam

Boolean indicating if the user has interacted with the app's instant experience in the past 7 days.

Implementation

bool get googlePlayInstantParam {
  return _googlePlayInstantParam;
}