()
| 1266 | } |
| 1267 | |
| 1268 | get currentUser(): User { |
| 1269 | return this.native ? User.fromNative(this.native.currentUser) : null; |
| 1270 | } |
| 1271 | |
| 1272 | get languageCode(): string { |
| 1273 | return this.native?.languageCode; |
nothing calls this directly
no test coverage detected