MApplicationPluginOption constructor

MApplicationPluginOption({
  1. bool grpcClient = false,
  2. bool rest = false,
  3. bool gps = false,
  4. bool sound = false,
})

Implementation

MApplicationPluginOption({
  this.grpcClient = false,
  this.rest = false,
  this.gps = false,
  this.sound = false,
});