development property

LoggingConfiguration get development

Development preset — verbose logging (matches Swift).

Implementation

static LoggingConfiguration get development => LoggingConfiguration(
  enableLocalLogging: true,
  minLogLevel: LogLevel.LOG_LEVEL_DEBUG,
  includeDeviceMetadata: false,
);