status property

Future<String> status

Allows you to get a status of Document Reader.

Implementation

Future<String> get status async {
  return await _bridge.invokeMethod("getDocumentReaderStatus", []);
}