where doest flutter store dart define environment variable code example
Example: flutter environment variables
const bool isProduction = bool.fromEnvironment('dart.vm.product');
const bool isProduction = bool.fromEnvironment('dart.vm.product');