PluginCall.unique constructor

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

Implementation

PluginCall.unique(this.target, this.method, {this.timeout, this.args}) : id = Uuid().v4();