isAvailable property

  1. @override
bool get isAvailable
override

Whether this tool is available on the current platform.

Implementation

@override
bool get isAvailable =>
    Platform.isMacOS || Platform.isLinux || Platform.isWindows;