Get the version of the native cloudflared library
@override Future<String> getVersion() async { final version = await _methodChannel.invokeMethod<String>('getVersion'); return version ?? 'unknown'; }