FunctionProxy constructor

FunctionProxy(
  1. Function? target, {
  2. int timeout = 0,
})

Implementation

FunctionProxy(this.target, {this.timeout = 0});