getServiceFunction static method

Future<Function> getServiceFunction()

get the function being executed periodically by the service

Implementation

static Future<Function> getServiceFunction() async =>
    PluginUtilities.getCallbackFromHandle(
        await _invokeMainChannel("getServiceFunctionHandle"));