Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
io.flutter.embedding.engine.systemchannels.SpellCheckChannel.SpellCheckMethodHandler Interface Reference

Public Member Functions

void initiateSpellCheck ( @NonNull String locale, @NonNull String text, @NonNull MethodChannel.Result result)
 

Detailed Description

Definition at line 89 of file SpellCheckChannel.java.

Member Function Documentation

◆ initiateSpellCheck()

void io.flutter.embedding.engine.systemchannels.SpellCheckChannel.SpellCheckMethodHandler.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.


The documentation for this interface was generated from the following file: