Interface SpellCheckChannel.SpellCheckMethodHandler

    • Method Detail

      • initiateSpellCheck

        void initiateSpellCheck​(@NonNull
                                String locale,
                                @NonNull
                                String text,
                                @NonNull
                                MethodChannel.Result result)
        Requests that spell check is initiated for the specified text, which will respond to the result with either success if spell check results are received or error if the request is skipped.