()
| 140 | } |
| 141 | |
| 142 | get settings() { |
| 143 | return ConfigSettings.fromNative(this.native.configSettings); |
| 144 | } |
| 145 | |
| 146 | set settings(value: ConfigSettings) { |
| 147 | this.native.configSettings = value.native; |
nothing calls this directly
no test coverage detected