setCollectControl method

void setCollectControl({
  1. bool imsi = true,
  2. bool mac = true,
  3. bool wifi = true,
  4. bool bssid = true,
  5. bool ssid = true,
  6. bool imei = true,
  7. bool cell = true,
  8. bool gps = true,
})

Implementation

void setCollectControl({
  bool imsi = true, // only android
  bool mac = true, // only android
  bool wifi = true, // only android
  bool bssid = true, // only android
  bool ssid = true, // only android
  bool imei = true, // only android
  bool cell = true, // only android
  bool gps = true, // only ios
}) {
  print(flutter_log + "setCollectControl:has not been implemented.");
}