checkInstallPreconditions method

String? checkInstallPreconditions()

Some OS/Shell combinations have some preconditions that must be met before dcli can be installed.

This method returns a String describing those preconditions or null if there are no preconditions.

Implementation

String? checkInstallPreconditions() => null;