init method

  1. @override
Future<void> init({
  1. Map? options,
  2. String? ensembleAppId,
  3. bool shouldAwait = false,
})
override

Implementation

@override
Future<void> init(
    {Map? options, String? ensembleAppId, bool shouldAwait = false}) async {
  throw ConfigError("Firebase Analytics Service is not enabled. "
      "Firebase analytics module has to be included and then enabled. Just enabling in config is not sufficient. "
      "Please review the Ensemble documentation.");
}