getFunction method
Gets the function with the given name.
Implementation
@override
PythonFunctionInterface<PythonFfiDelegate<Object?>, Object?> getFunction(
String name,
) =>
_delegate.getFunction(name);
Gets the function with the given name.
@override
PythonFunctionInterface<PythonFfiDelegate<Object?>, Object?> getFunction(
String name,
) =>
_delegate.getFunction(name);