ContactService constructor

ContactService(
  1. MethodChannel channel,
  2. EventChannel events,
  3. ContactMode mode
)

Implementation

ContactService(this.channel, this.events, this.mode);