init method

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

Implementation

@override
Future<void> init({
  String? googleServiceInfoPlistPathOverride,
  bool testing = false,
}) {
  throw UnimplementedError(
    'Plugin has not been implemented for web yet. If you really need it, please contact us at cnotify@eruka.tech',
  );
}