setDebugModeOn static method
Turns on debug mode if you want to see the SQL query executed natively.
Implementation
@Deprecated('Removed in next major release')
static Future<void> setDebugModeOn([bool on = true]) async {
await invokeMethod<dynamic>(methodSetDebugModeOn, on);
}