Runtime semver, or null if the call failed.
null
Future<String?> getVersion() async { await initialize(); return _worker!.version(); }