findStaticMethodAdapter method
Resolves a static method adapter by methodName, or null if the enum
declares no such static method.
Implementation
BridgedStaticMethodAdapter? findStaticMethodAdapter(String methodName) =>
staticMethods[methodName];