()
| 1432 | } |
| 1433 | |
| 1434 | get currentUser(): User { |
| 1435 | return this.native ? User.fromNative(this.native.getCurrentUser()) : null; |
| 1436 | } |
| 1437 | |
| 1438 | get languageCode(): string { |
| 1439 | return this.native?.getLanguageCode?.(); |
nothing calls this directly
no test coverage detected