method
functiongworker_client.lifecycle.method
Mark a class instance method as a remote-callable task method. Must be applied to methods inside a class decorated with @app.cls. Each @gw.method() becomes independently callable from the client.
Signature
python
1method() -> Callable[[_F], _F]