checkInstallPreconditions method

  1. @override
String? checkInstallPreconditions()
override

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

@override
String? checkInstallPreconditions() => null;