switchAppId method
Implementation
@override
PresentationEntity switchAppId({required String newAppId}) {
var newEntity = copyWith(appId: newAppId);
return newEntity;
}
@override
PresentationEntity switchAppId({required String newAppId}) {
var newEntity = copyWith(appId: newAppId);
return newEntity;
}