findDocument abstract method

Future<Map> findDocument(
  1. String? idToken,
  2. String number,
  3. DocumentTypes type
)

Implementation

Future<Map> findDocument(String? idToken, String number, DocumentTypes type);