isAndroid property

bool isAndroid

Implementation

bool get isAndroid {
  // Check that it is not web first since the native Android and iOS
  // checks throw errors on browser platforms
  return !isWeb && io.Platform.isAndroid;
}