RemoteConfigImpl constructor

RemoteConfigImpl({
  1. HackleUser? user,
})

Implementation

RemoteConfigImpl({HackleUser? user}) : _user = user;