getServiceFunctionAsync static method

Future<bool> getServiceFunctionAsync()

see setServiceFunctionAsync

Implementation

static Future<bool> getServiceFunctionAsync() async =>
    await _invokeMainChannel("getServiceFunctionAsync");