isProfileMode method
Check if running in profile environment
Implementation
bool isProfileMode() {
return const bool.fromEnvironment('dart.vm.profile', defaultValue: false);
}
Check if running in profile environment
bool isProfileMode() {
return const bool.fromEnvironment('dart.vm.profile', defaultValue: false);
}