isAndroid property

bool get isAndroid

Implementation

static bool get isAndroid =>
    !isWeb && defaultTargetPlatform == TargetPlatform.android;