PlayStoreBloc constructor

PlayStoreBloc(
  1. String appId,
  2. EditorFeedback feedback
)

Implementation

PlayStoreBloc(String appId, EditorFeedback feedback)
    : super(appId, playStoreRepository(appId: appId)!, feedback);