stopDocumentAnalyzer method

Future<bool> stopDocumentAnalyzer()

Implementation

Future<bool> stopDocumentAnalyzer() async {
  return await _channel.invokeMethod(
    'stop',
  );
}