isSupported property

bool get isSupported

Whether the current platform supports desktop automation.

Implementation

static bool get isSupported =>
    current_platform.isLinux || current_platform.isWindows;