Future<void> setAppVersion(String appVersion) async { await _channel .invokeMethod(Constants.M_APP_VERSION, {'appVersion': appVersion}); }