setLocationUpdateInterval abstract method

void setLocationUpdateInterval(
  1. int interval
)

Method is used to change interval in seconds check for new version from server Default: 300s interval update interval in seconds

Example:

// Set location update interval (in seconds)
_locationManager!.setLocationUpdateInterval(600); // 10 minutes

Implementation

void setLocationUpdateInterval(int interval);