ContactService constructor
ContactService(
- MethodChannel channel,
- EventChannel events,
- ContactMode mode
Implementation
ContactService(this.channel, this.events, this.mode);