* Get the current MatrixClient, throwing an error if there isn't one
()
| 97 | * Get the current MatrixClient, throwing an error if there isn't one |
| 98 | */ |
| 99 | safeGet(): MatrixClient; |
| 100 | |
| 101 | /** |
| 102 | * Unset the current MatrixClient |
no outgoing calls
no test coverage detected