FlutterJitterOptions constructor
FlutterJitterOptions({})
Implementation
FlutterJitterOptions({
required this.scheme,
required this.host,
required this.port,
required this.appKey,
this.authToken,
this.authUrl,
this.privatePrefix = 'private-',
this.usePrefix = true,
});