ContactFormService constructor

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

Implementation

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