Unify PlatformTarget.watch().

The implementation was copy-pasted, so it makes more sense to have only a single copy. `HTML5Platform` added a comment about possible future changes, so I kept that. Future changes will still be possible by overriding the function.
This commit is contained in:
Joseph Cloutier
2025-08-31 22:30:05 -04:00
parent 6ed53a9b92
commit 057a2a4f5e
12 changed files with 37 additions and 123 deletions

View File

@@ -261,4 +261,6 @@ class TizenPlatform extends PlatformTarget
@ignore public override function install():Void {}
@ignore public override function uninstall():Void {}
@ignore public override function watch():Void {}
}