ApiRepository class

Constructors

ApiRepository()

Properties

API_TOKEN String
getter/setter pair
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
getter/setter pair
preferences ↔ SharedPreferences?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Digio_eSign_Document_Download() Future<File?>
Digio_eSign_Document_Upload() Future<String>
Download_Application_Pdf() Future<Uint8List?>
Generate_Lead_Pdf() Future<void>
Get_ESIGN_DOC_ID() Future<String?>
Get_eSign_Document_Details() Future<String>
DUMMY API METHODS - PLACE YOUR OWN METHODS
GetCurrentJWTToken() Future<String>
GetLeadId() Future<String>
GetMobileNumber() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Set_ESIGN_DOC_ID(String docID) Future<void>
SetJwtToken(String token) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited