DefaultProcessTextService constructor

DefaultProcessTextService()

Creates the default service to interact with the platform text processing feature via communication over the text processing MethodChannel.

Implementation

DefaultProcessTextService() {
  _processTextChannel = SystemChannels.processText;
}