showOnRelease property

bool showOnRelease
getter/setter pair

showOnRelease decides whether to allow Chucker Flutter working in release mode or not. By default its value is false

Implementation

static bool showOnRelease = false;