flavor property
Build flavor for multi-flavor applications.
Allows building different variants of the app with different configurations (e.g., 'development', 'staging', 'production').
Implementation
final String? flavor;
Build flavor for multi-flavor applications.
Allows building different variants of the app with different configurations (e.g., 'development', 'staging', 'production').
final String? flavor;