listServicesNames method

Future<List<String>?> listServicesNames()

Returns a list of services names.

Implementation

Future<List<String>?> listServicesNames() async =>
    DockerCMD.listServicesNames(this);