SharedPreferencesHandler class

Constructors

SharedPreferencesHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future
desabilitarBiometria() Future
get(String key) Future<String?>
getBiometria() Future
getBuildVersion() Future<Map<String, dynamic>>
getCampoMotorista() Future
getChaveDev() Future<String>
getCodigo() Future<String?>
getGateway() Future<bool>
getLogin() Future<bool>
getMotorista() Future<String?>
getNomeAplicativo() Future<String?>
getNumDevices() Future<int>
getNumDevicesVendedor() Future<int>
getPasswordFirebase() Future<String?>
getPlaca() Future<String?>
getSenha() Future<String?>
getSenhaP() Future<String?>
getToken() Future<String?>
getURL() Future<String?>
getUsuario() Future<String?>
getUsuarioP() Future<String?>
getVersaoMinima() Future<String?>
getVersaoProgramaPacific() Future<int>
habilitarBiometria() Future
isAuth() Future<bool>
logout() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
permiteAlterarQuantidadeEscaneada() Future
remove(String key) Future
set(String key, String value) Future
setCampoMotorista(bool campoMotorista) Future
setChaveDev(String chave) Future
setGateway(bool gateway) Future
setLogin(bool login) Future
setNomeAplicativo(String nome) Future
setPasswordFirebase(String password) Future
setRH(bool rh) Future
setUseCnpj(bool useCnpj) Future
setUseFirebase(bool useFirebaes) Future
setUsePacificUrl(bool usePacificUrl) Future
setVersaoProgramaPacific(int version) Future
toString() String
A string representation of this object.
inherited
useCnpj() Future<bool>
useFirebase() Future<bool>
usePacificUrl() Future<bool>

Operators

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