callFunction method

String callFunction({
  1. required String funcName,
})
override

Implementation

String callFunction({required String funcName}) =>
    RustLib.instance.api.crateApiPythonPyModuleWrapperCallFunction(
        that: this, funcName: funcName);