ContactFormService constructor
ContactFormService(
- MethodChannel channel,
- EventChannel events,
- ContactMode mode
Implementation
ContactFormService(
MethodChannel channel, EventChannel events, ContactMode mode)
: super(channel, events, mode);