processText constant

MethodChannel const processText

A MethodChannel for handling text processing actions.

This channel exposes the text processing feature for supported platforms. Currently supported on Android only.

Implementation

static const MethodChannel processText = OptionalMethodChannel(
    'flutter/processtext',
);