setDataInsightsEnable method

void setDataInsightsEnable({
  1. bool enable = true,
})

Implementation

void setDataInsightsEnable({bool enable = true}) {
  print(flutter_log + "setDataInsightsEnable:has not been implemented.");
}