initRpc()
function initRpc(): void;Defined in: src/lib/rpc/index.ts:168
Initialize the RPC system. Must be called during runtime bootstrap before any modules start.
Note: Platform-specific initialization (like NUI callbacks on client) should be done by calling the platform's initXxxRpc() function after this.
Returns
void