isSupport property

bool get isSupport

Implementation

static bool get isSupport =>
    kIsWeb ||
    Platform.isIOS ||
    Platform.isAndroid ||
    Platform.isMacOS ||
    Platform.isLinux ||
    Platform.isWindows;