isAndroid property

bool get isAndroid

是否是安卓平台

Implementation

static bool get isAndroid => !isWeb && Platform.isAndroid;