getMethod method

PythonFunctionInterface<PythonFfiDelegate<Object?>, Object?> getMethod(
  1. String functionName
)
inherited

Gets a method from the class.

Implementation

PythonFunctionInterface<PythonFfiDelegate<Object?>, Object?> getMethod(
  String functionName,
) =>
    _classDelegate.getMethod(functionName);