FakeOsIntentsPlatform constructor

FakeOsIntentsPlatform({
  1. bool donationsAccepted = true,
  2. int shortcutSlots = 15,
})

Implementation

FakeOsIntentsPlatform({
  this.donationsAccepted = true,
  this.shortcutSlots = 15,
});