isFuchsia function

bool isFuchsia()

Implementation

bool isFuchsia() {
  return Platform.isFuchsia;
}