refreshRelations static method

Future<PlayStoreModel> refreshRelations(
  1. PlayStoreModel model
)

Implementation

static Future<PlayStoreModel> refreshRelations(PlayStoreModel model) async {
  return model.copyWith();
}