logGoogleUnlink method
Implementation
@override
Future<void> logGoogleUnlink() async {
try {
await _logLinkingChannel
.invokeMethod(SuperfineSdkChannelMethods.logGoogleUnlink);
} catch (e) {
print("Error unlinking Google account: $e");
}
}