setGeofenceEnable method

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

Implementation

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