inAndroid property

bool get inAndroid

Implementation

bool get inAndroid => platform != null && _platform == TargetPlatform.android;