NativeCapabilities constructor

const NativeCapabilities({
  1. bool clipboard = false,
  2. bool notifications = false,
  3. bool fileDialog = false,
  4. bool tray = false,
  5. bool globalHotkeys = false,
  6. bool biometrics = false,
})

Implementation

const NativeCapabilities({
  this.clipboard = false,
  this.notifications = false,
  this.fileDialog = false,
  this.tray = false,
  this.globalHotkeys = false,
  this.biometrics = false,
});