getDoc method

Future<File?> getDoc()

Picks a document and returns its path as a String.

Must be implemented by the platform-specific class.

Implementation

Future<File?> getDoc() {
  throw UnimplementedError('getDoc() has not been implemented.');
}