PluginCall constructor

PluginCall(
  1. String id,
  2. String target,
  3. String method, {
  4. Duration? timeout,
  5. dynamic args,
})

Implementation

PluginCall(this.id, this.target, this.method, {this.timeout, this.args});