PlaytimeOptions constructor
- String? userId,
- String? sdkHash,
- List<
String?> ? tokens, - PlaytimeUserProfile? userProfile,
- PlaytimeParams? params,
- PlaytimeExtensions? extensions,
Implementation
PlaytimeOptions({
this.userId,
this.sdkHash,
this.tokens,
this.userProfile,
this.params,
this.extensions,
});