setDataInsightsEnable method
Implementation
void setDataInsightsEnable({bool enable = true}) {
if (Platform.isIOS) {
return;
}
print(flutter_log + "setDataInsightsEnable:");
_channel.invokeMethod('setDataInsightsEnable', {'enable': enable});
}