Returns true if the application was launched from an IDE environment.
true
Example:
if (env.isIdeRunning()) { print('IDE mode enabled'); }
@override bool isIdeRunning() => _ideRunning;