StoreLocal class

Constructors

StoreLocal()

Properties

bankNumberKey String
final
emailIdKey String
final
fatherNameKey String
final
hashCode int
The hash code for this object.
no setterinherited
leadIDKey String
final
mobileNumberKey String
final
motherNameKey String
final
panNumberKey String
final
routeNameKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stageKey String
final

Methods

getEmailIdFromLocalStorage() Future<String?>
getFatherNameFromLocalStorage() Future<String?>
getLeadIdFromLocalStorage() Future<String?>
getMotherNameFromLocalStorage() Future<String?>
getPANNumberFromLocalStorage() Future<String?>
getPhoneNumberFromLocalStorage() Future<String?>
getRouteNameFromLocalStorage() Future<String?>
getStageIdFromLocalStorage() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
StoreEmailIdToLocalStorage(String value) Future<void>
//EMAIL ID
StoreFatherNameToLocalStorage(String value) Future<void>
FATHER NAME
StoreLeadIdToLocalStorage(String value) Future<void>
/LEAD ID
StoreMotherNameToLocalStorage(String value) Future<void>
MOTHER NAME
StorePANNumberToLocalStorage(String value) Future<void>
//PAN Number
StorePhoneNumberToLocalStorage(String mobileNumber) Future<void>
//PHONE NUMBER
StoreRouteNameToLocalStorage(String value) Future<void>
ROUTE NAME
StoreStageIdToLocalStorage(String stageId) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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