jenkins pipeline Shared Library Error: No signature of method

Calling the method in the shared library reports an error:
hudson.remoting.ProxyException: groovy.lang.MissingMethodException: No signature of method: checkout.call() is applicable for argument types

Solution: confirm whether there is a file name or method with the same name as the calling method

Read More: