isAndroid property
Returns true if the current platform is Android.
Implementation
static bool get isAndroid =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.android;
Returns true if the current platform is Android.
static bool get isAndroid =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.android;