()
| 152 | return this._instance.isDeviceRegisteredForRemoteMessages; |
| 153 | } |
| 154 | get autoInitEnabled(): boolean { |
| 155 | return this.native?.autoInitEnabled; |
| 156 | } |
| 157 | set autoInitEnabled(value) { |
| 158 | this.native.autoInitEnabled = value; |
| 159 | } |
nothing calls this directly
no outgoing calls
no test coverage detected