FirebasePerformancesUtils constructor

FirebasePerformancesUtils()

Implementation

FirebasePerformancesUtils() {
  if (isSupported) {
    performance = FirebasePerformance.instance;
  }
}