checkUpdate abstract method
Checks whether upstream reports a newer native Tailscale version.
Returns null when already on the latest. This is advisory: the embedded runtime cannot self-update, so callers must upgrade the Dart package or host application that bundles it.
Implementation
Future<ClientVersion?> checkUpdate();