RemoteConfigImpl constructor

RemoteConfigImpl({
  1. User? user,
})

Implementation

RemoteConfigImpl({User? user}) : this._user = user;