PlaytimeOptions constructor

PlaytimeOptions({
  1. String? userId,
  2. String? sdkHash,
  3. List<String?>? tokens,
  4. PlaytimeUserProfile? userProfile,
  5. PlaytimeParams? params,
  6. PlaytimeExtensions? extensions,
})

Implementation

PlaytimeOptions({
  this.userId,
  this.sdkHash,
  this.tokens,
  this.userProfile,
  this.params,
  this.extensions,
});