I'm trying to use frontCall localStorage with GDC as the frontend but I always get the error "front End function could not be found" during runtime.
My code goes as following:
call ui.Interface.frontCall("localStorage", "setItem", [keyID,keyValue], [])
or:
call ui.Interface.frontCall("localStorage", "getItem", [keyID], [keyValue])
Am I doing something wrong? According to the manual localStorage should work on all frontends.
My FGL version is 3.10.18 and GDC is 3.10.11.
Thank you!