HookServer constructor

HookServer(
  1. int port, [
  2. String host = '0.0.0.0'
])

Implementation

HookServer(this.port, [this.host = '0.0.0.0']);