getDebugModeOn static method
Planned Deprecated for 1.1.7
Implementation
@Deprecated('Removed in next major release')
static Future<bool> getDebugModeOn() async {
return impl.debugModeOn;
}
Planned Deprecated for 1.1.7
@Deprecated('Removed in next major release')
static Future<bool> getDebugModeOn() async {
return impl.debugModeOn;
}