isAndroid property

bool get isAndroid

Checks whether android or not

Implementation

static bool get isAndroid => defaultTargetPlatform == TargetPlatform.android;