setDebugFlag static method
@brief Sets the state of a debug flag. @param flag The debug flag to set @see DebugFlag "DebugFlag". @param on Specifies whether the debug flag is enabled (true) or disabled (false).
Dart code snippet: @snippet location_window_common_example.dart dart_LocationWindow_setDebugFlag
Implementation
static void setDebugFlag(DebugFlag flag, bool on) => $prototype.setDebugFlag(flag, on);