I am getting this error when trigger GoogleAuth.signOut()
CodetrixStudioCapacitorGoogleAuth/Plugin.swift:121: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
@objc
func signOut(_ call: CAPPluginCall) {
DispatchQueue.main.async {
self.googleSignIn.signOut();
}
call.resolve();
}
- capacitor version
6.0.0
- plugin version
3.4.0 rc.4