FiveStarClientConfig constructor
FiveStarClientConfig({})
Implementation
FiveStarClientConfig({
required this.clientId,
this.apiUrl,
this.platform,
this.appVersion,
this.deviceModel,
this.osVersion,
this.httpClient,
});