init method
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.");
}