getServiceIntervalSeconds static method

Future<int> getServiceIntervalSeconds()

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");