getServiceFunction static method

Future<Function?> getServiceFunction()

The function being executed periodically by the service

Implementation

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