init method

Future<void> init({
  1. String? googleServiceInfoPlistPathOverride,
  2. bool testing = false,
})

Implementation

Future<void> init({
  String? googleServiceInfoPlistPathOverride,
  bool testing = false,
}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}