menu
rudder_sdk_flutter_platform_interface package
documentation
platform.dart
BatchOpts
BatchOpts.new constructor
BatchOpts.new constructor
dark_mode
light_mode
BatchOpts
constructor
BatchOpts
(
{
required
bool
enabled
,
int
?
maxItems
,
int
?
maxSize
,
int
?
flushInterval
,
})
Implementation
BatchOpts({ required this.enabled, this.maxItems, this.maxSize, this.flushInterval, });
rudder_sdk_flutter_platform_interface package
documentation
platform
BatchOpts
BatchOpts.new constructor
BatchOpts class