Logs out the user from the Signed Call SDK session
@override Future<void> logout() { return _methodChannel.invokeMethod(SCMethodCall.logout); }