isFuchsia method

bool isFuchsia()

Implementation

bool isFuchsia() {
  return !kIsWeb && Platform.isFuchsia;
}