* End a session.
()
| 491 | * End a session. |
| 492 | */ |
| 493 | static endSession() { |
| 494 | IterableLogger.log('endSession'); |
| 495 | return RNIterableAPI.endSession(); |
| 496 | } |
| 497 | |
| 498 | /** |
| 499 | * Update the visible rows. |
nothing calls this directly
no test coverage detected