Turns on debug mode if you want to see the SQL query executed natively.
static Future<void> setDebugModeOn([bool on = true]) async { await invokeMethod<dynamic>(methodSetDebugModeOn, on); }