switchAppId method

  1. @override
TutorialEntryEntity switchAppId({
  1. required String newAppId,
})
override

Implementation

@override
TutorialEntryEntity switchAppId({required String newAppId}) {
  var newEntity = copyWith();
  return newEntity;
}