getDebugModeOn static method

Future<bool> getDebugModeOn()

Planned Deprecated for 1.1.7

Implementation

static Future<bool> getDebugModeOn() async {
  return impl.debugModeOn;
}