* Force reload data for Room, Sync data from puppet API again. * * @returns {Promise } * @example * await room.sync()
()
| 323 | * await room.sync() |
| 324 | */ |
| 325 | public async sync (): Promise<void> { |
| 326 | await this.ready(true) |
| 327 | } |
| 328 | |
| 329 | /** |
| 330 | * `ready()` is For FrameWork ONLY! |
no test coverage detected