isAndroid property

bool get isAndroid

Returns true if the current platform is Android.

Implementation

bool get isAndroid => platform == TargetPlatform.android;