isAndroid function

bool isAndroid()

Implementation

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