init method
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',
);
}