isAvailable property

bool get isAvailable

Implementation

static bool get isAvailable =>
    kIsWeb ||
    (!kIsWeb &&
        (defaultTargetPlatform == TargetPlatform.android ||
            defaultTargetPlatform == TargetPlatform.iOS));