Future<void> setAppVersion(String value) async { return await nativeCall('setAppVersion:', [value]); }