getMethod method
PythonFunctionInterface<PythonFfiDelegate<Object?> , Object?>
getMethod(
- String functionName
inherited
Gets a method from the class.
Implementation
PythonFunctionInterface<PythonFfiDelegate<Object?>, Object?> getMethod(
String functionName,
) =>
_classDelegate.getMethod(functionName);