checkSpelling method

Future<List<WordMatch>> checkSpelling(
  1. String text
)

Implementation

Future<List<WordMatch>> checkSpelling(String text) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}