MmPluginManifestBackend constructor

MmPluginManifestBackend({
  1. String? executable,
})

Returns a new MmPluginManifestBackend instance.

Implementation

MmPluginManifestBackend({
  this.executable,
});