findStaticMethodAdapter method

BridgedStaticMethodAdapter? findStaticMethodAdapter(
  1. String methodName
)

Resolves a static method adapter by methodName, or null if the enum declares no such static method.

Implementation

BridgedStaticMethodAdapter? findStaticMethodAdapter(String methodName) =>
    staticMethods[methodName];