()
| 34 | } |
| 35 | |
| 36 | public unregister() { |
| 37 | if (!this.disposed) { |
| 38 | this.disposed = true; |
| 39 | |
| 40 | const timer = timeoutCallbacks.get(this.id).k; |
| 41 | timer.invalidate(); |
| 42 | timeoutCallbacks.delete(this.id); |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | public static ObjCExposedMethods = { |
| 47 | tick: { returns: interop.types.void, params: [NSTimer] }, |
no test coverage detected