isAndroid static method

bool isAndroid()

Implementation

static bool isAndroid() {
  return defaultTargetPlatform == TargetPlatform.android;
}