getServiceFunction static method
get the function being executed periodically by the service
Implementation
static Future<Function> getServiceFunction() async =>
PluginUtilities.getCallbackFromHandle(
await _invokeMainChannel("getServiceFunctionHandle"));