PlausibleProvider constructor

PlausibleProvider({
  1. required String domain,
  2. String? apiHost,
  3. bool hashMode = false,
})

Implementation

PlausibleProvider({
  required this.domain,
  this.apiHost,
  this.hashMode = false,
});