type ShareSceneAction = () => void | Promise<void>;Action function for handling scene sharing operations.
Returns#
void | Promise<void>
A promise that resolves when the share operation is complete, or void for synchronous operations
type ShareSceneAction = () => void | Promise<void>;Action function for handling scene sharing operations.
void | Promise<void>
A promise that resolves when the share operation is complete, or void for synchronous operations