isAndroid function

bool isAndroid()

Implementation

bool isAndroid() {
  return Platform.isAndroid;
}