AppInfoInterceptor constructor

AppInfoInterceptor({
  1. String? appVersion,
  2. String? appName,
  3. String? device,
})

Implementation

AppInfoInterceptor({
  this.appVersion,
  this.appName,
  this.device,
});