getEnableStatsConfig function

  1. @JS()
bool getEnableStatsConfig(
  1. Options opts
)

if enableStats is set take the value if disableStats is set take the inverse otherwise default to false

Implementation

@JS()
external bool getEnableStatsConfig(Options opts);