isIdeRunning abstract method
Returns true
if the application was launched from an IDE environment.
Example:
if (env.isIdeRunning()) {
print('IDE mode enabled');
}
Implementation
bool isIdeRunning();
Returns true
if the application was launched from an IDE environment.
Example:
if (env.isIdeRunning()) {
print('IDE mode enabled');
}
bool isIdeRunning();