ClientAppInfo constructor

ClientAppInfo({
  1. String? appInstanceId,
  2. String? appInstanceIdToken,
  3. String? gmpAppId,
  4. String? sdkVersion,
})

Implementation

ClientAppInfo({
  this.appInstanceId,
  this.appInstanceIdToken,
  this.gmpAppId,
  this.sdkVersion,
});