Returns true if the application is running in watch / hot-reload mode.
true
Example:
if (env.isWatchModeEnabled()) { print('Hot reload active'); }
@override bool isWatchModeEnabled() => _watchModeEnabled;