enableInRelease property

bool enableInRelease
final

Whether the toolkit overlay and plugins should be active in release builds. Defaults to false — the overlay is suppressed in release mode unless explicitly opted in. Always set to false before publishing to production.

Implementation

final bool enableInRelease;