UserPushSoundGetRequest constructor Null safety
- {String? userId}
Implementation
UserPushSoundGetRequest({String? userId}) : super(userId: userId) {
url = 'users/${userId ?? state.userId}/push_preference';
}
UserPushSoundGetRequest({String? userId}) : super(userId: userId) {
url = 'users/${userId ?? state.userId}/push_preference';
}