getServiceIntervalSeconds static method
get the execution period for the service function (get/setServiceFunction); period is "minimum/best-effort" - will try to space executions with an interval that's at least this long
Implementation
static Future<int> getServiceIntervalSeconds() async =>
await _invokeMainChannel("getServiceFunctionInterval");