getFunctionFromSelector method
- String selector
Implementation
LocalContractFunction? getFunctionFromSelector(String selector) {
return functions
.singleWhereOrNull((e) => e.functionSelectorHex == selector);
}
LocalContractFunction? getFunctionFromSelector(String selector) {
return functions
.singleWhereOrNull((e) => e.functionSelectorHex == selector);
}