SYMBOL INDEX (1077 symbols across 204 files) FILE: android/app/src/main/java/com/appditto/blaise/LegacyStorage.java class LegacyStorage (line 5) | public class LegacyStorage { method getSecret (line 7) | public String getSecret() { method generateEncryptionKey (line 11) | private String generateEncryptionKey() { FILE: android/app/src/main/java/com/appditto/blaise/MainActivity.java class MainActivity (line 12) | public class MainActivity extends FlutterFragmentActivity { method configureFlutterEngine (line 15) | @Override FILE: android/app/src/main/java/com/appditto/blaise/MultidexApplication.java class MultidexApplication (line 21) | public class MultidexApplication extends Application { method attachBaseContext (line 22) | @Override method onCreate (line 28) | @Override method getCurrentActivity (line 43) | public Activity getCurrentActivity() { method setCurrentActivity (line 46) | public void setCurrentActivity(Activity mCurrentActivity) { method generateEncryptionKey (line 53) | private void generateEncryptionKey() { FILE: android/app/src/main/java/com/appditto/blaise/Vault.java class Vault (line 12) | public class Vault { method initializeVault (line 21) | public static boolean initializeVault(Context context) { method initKeyedVault (line 33) | private static void initKeyedVault(Context context) throws GeneralSecu... method getVault (line 56) | public static SharedPreferenceVault getVault() { method generateKey (line 63) | public static byte[] generateKey() { FILE: lib/appstate_container.dart class _InheritedStateContainer (line 37) | class _InheritedStateContainer extends InheritedWidget { method updateShouldNotify (line 52) | bool updateShouldNotify(_InheritedStateContainer old) class StateContainer (line 55) | class StateContainer extends StatefulWidget { method of (line 64) | StateContainerState of(BuildContext context) method createState (line 71) | StateContainerState createState() class StateContainerState (line 79) | class StateContainerState extends State { method _precacheSvgs (line 92) | Future _precacheSvgs() method updateLanguage (line 100) | void updateLanguage(LanguageSetting language) method updateTheme (line 107) | Future updateTheme(ThemeSetting theme, {bool setIcon = true}) method _addSampleContact (line 122) | Future _addSampleContact() method _registerBus (line 151) | void _registerBus() method _destroyBus (line 178) | void _destroyBus() method initState (line 194) | void initState() method dispose (line 221) | void dispose() method handleSubscribeResponse (line 227) | void handleSubscribeResponse(SubscribeResponse response) method build (line 248) | Widget build(BuildContext context) FILE: lib/bus/authenticated_event.dart type AUTH_EVENT_TYPE (line 4) | enum AUTH_EVENT_TYPE { SEND, TRANSFER, CHANGE, BACKUP, LIST_FORSALE, DEL... class AuthenticatedEvent (line 6) | class AuthenticatedEvent implements Event { FILE: lib/bus/conn_status_event.dart type ConnectionStatus (line 4) | enum ConnectionStatus { CONNECTED, DISCONNECTED } class ConnStatusEvent (line 6) | class ConnStatusEvent implements Event { FILE: lib/bus/contact_added_event.dart class ContactAddedEvent (line 4) | class ContactAddedEvent implements Event { FILE: lib/bus/contact_modified_event.dart class ContactModifiedEvent (line 4) | class ContactModifiedEvent implements Event { FILE: lib/bus/contact_removed_event.dart class ContactRemovedEvent (line 4) | class ContactRemovedEvent implements Event { FILE: lib/bus/daemon_changed_event.dart class DaemonChangedEvent (line 3) | class DaemonChangedEvent implements Event { FILE: lib/bus/disable_lock_timeout_event.dart class DisableLockTimeoutEvent (line 3) | class DisableLockTimeoutEvent implements Event { FILE: lib/bus/new_operation_event.dart class NewOperationEvent (line 4) | class NewOperationEvent implements Event { FILE: lib/bus/payload_changed_event.dart class PayloadChangedEvent (line 3) | class PayloadChangedEvent implements Event { FILE: lib/bus/price_event.dart class PriceEvent (line 4) | class PriceEvent implements Event { FILE: lib/bus/subscribe_event.dart class SubscribeEvent (line 4) | class SubscribeEvent implements Event { FILE: lib/bus/update_history_event.dart class UpdateHistoryEvent (line 4) | class UpdateHistoryEvent implements Event { FILE: lib/constants.dart class AppConstants (line 1) | class AppConstants { FILE: lib/l10n/messages_all.dart type Future (line 27) | typedef Future LibraryLoader(); function _findExact (line 39) | MessageLookupByLibrary _findExact(String localeName) function initializeMessages (line 63) | Future initializeMessages(String localeName) function _messagesExistFor (line 78) | bool _messagesExistFor(String locale) function _findGeneratedMessagesFor (line 86) | MessageLookupByLibrary _findGeneratedMessagesFor(String locale) FILE: lib/l10n/messages_ar.dart type String (line 17) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 19) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 23) | _notInlinedMessages(_) FILE: lib/l10n/messages_ca.dart type String (line 17) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 19) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 23) | _notInlinedMessages(_) FILE: lib/l10n/messages_de.dart type String (line 17) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 19) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 23) | _notInlinedMessages(_) FILE: lib/l10n/messages_en.dart type String (line 17) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 19) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 23) | _notInlinedMessages(_) FILE: lib/l10n/messages_es.dart type String (line 17) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 19) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 23) | _notInlinedMessages(_) FILE: lib/l10n/messages_messages.dart type String (line 17) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 19) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 23) | _notInlinedMessages(_) FILE: lib/l10n/messages_tr.dart type String (line 17) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 19) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 23) | _notInlinedMessages(_) FILE: lib/l10n/messages_zh-Hans.dart type String (line 17) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 19) | class MessageLookup extends MessageLookupByLibrary { method _notInlinedMessages (line 23) | _notInlinedMessages(_) FILE: lib/localization.dart class AppLocalization (line 11) | class AppLocalization { method load (line 14) | Future load(Locale locale) method of (line 26) | AppLocalization of(BuildContext context) class AppLocalizationsDelegate (line 2018) | class AppLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 2037) | bool shouldReload(LocalizationsDelegate old) FILE: lib/main.dart function main (line 31) | void main() class App (line 50) | class App extends StatefulWidget { method createState (line 52) | _AppState createState() class _AppState (line 55) | class _AppState extends State { method initState (line 57) | void initState() method build (line 63) | Widget build(BuildContext context) class Splash (line 257) | class Splash extends StatefulWidget { method createState (line 259) | SplashState createState() class SplashState (line 262) | class SplashState extends State with WidgetsBindingObserver { method checkLoggedIn (line 265) | Future checkLoggedIn({bool retry = false, bool legacyStorage = false}) method initState (line 314) | void initState() method dispose (line 325) | void dispose() method didChangeAppLifecycleState (line 331) | void didChangeAppLifecycleState(AppLifecycleState state) method setLanguage (line 347) | void setLanguage() method setDeviceLocaleAndCurrency (line 358) | void setDeviceLocaleAndCurrency() method build (line 371) | Widget build(BuildContext context) FILE: lib/model/authentication_method.dart type AuthMethod (line 5) | enum AuthMethod { PIN, BIOMETRICS } class AuthenticationMethod (line 8) | class AuthenticationMethod extends SettingSelectionItem { method getDisplayName (line 13) | String getDisplayName(BuildContext context) method getIndex (line 25) | int getIndex() FILE: lib/model/available_currency.dart type AvailableCurrencyEnum (line 5) | enum AvailableCurrencyEnum { USD, ARS, AUD, BRL, CAD, CHF, CLP, CNY, CZK... class AvailableCurrency (line 11) | class AvailableCurrency extends SettingSelectionItem { method getIso4217Code (line 16) | String getIso4217Code() method getDisplayName (line 20) | String getDisplayName(BuildContext context) method getDisplayNameNoSymbol (line 24) | String getDisplayNameNoSymbol() method getCurrencySymbol (line 102) | String getCurrencySymbol() method getLocale (line 180) | Locale getLocale() method getIndex (line 259) | int getIndex() method getBestForLocale (line 265) | AvailableCurrency getBestForLocale(Locale locale) FILE: lib/model/available_languages.dart type AvailableLanguage (line 5) | enum AvailableLanguage { class LanguageSetting (line 17) | class LanguageSetting extends SettingSelectionItem { method getDisplayName (line 22) | String getDisplayName(BuildContext context) method getLocaleString (line 43) | String getLocaleString() method getLocale (line 64) | Locale getLocale() method getId (line 75) | String getId() FILE: lib/model/available_themes.dart type ThemeOptions (line 6) | enum ThemeOptions { LIGHT, DARK, COPPER } class ThemeSetting (line 9) | class ThemeSetting extends SettingSelectionItem { method getDisplayName (line 14) | String getDisplayName(BuildContext context) method getTheme (line 26) | BaseTheme getTheme() method getIndex (line 39) | int getIndex() FILE: lib/model/db/appdb.dart class DBHelper (line 10) | class DBHelper{ method _onCreate (line 35) | void _onCreate(Database db, int version) method _onUpgrade (line 40) | void _onUpgrade(Database db, int oldVersion, int newVersion) method getContacts (line 45) | Future> getContacts() method getContactsWithNameLike (line 55) | Future> getContactsWithNameLike(String pattern) method getContactWithAccount (line 65) | Future getContactWithAccount(AccountNumber account) method getContactWithName (line 74) | Future getContactWithName(String name) method contactExistsWithName (line 83) | Future contactExistsWithName(String name) method contactExistsWithAccount (line 89) | Future contactExistsWithAccount(AccountNumber account) method saveContact (line 95) | Future saveContact(Contact contact) method saveContacts (line 100) | Future saveContacts(List contacts) method deleteContact (line 110) | Future deleteContact(Contact contact) FILE: lib/model/db/contact.dart class Contact (line 9) | @JsonSerializable() method toJson (line 23) | Map toJson() FILE: lib/model/db/contact.g.dart function _$ContactFromJson (line 9) | Contact _$ContactFromJson(Map json) function _$ContactToJson (line 17) | Map _$ContactToJson(Contact instance) FILE: lib/model/lock_timeout.dart type LockTimeoutOption (line 5) | enum LockTimeoutOption { ZERO, ONE, FIVE, FIFTEEN, THIRTY, SIXTY } class LockTimeoutSetting (line 8) | class LockTimeoutSetting extends SettingSelectionItem { method getDisplayName (line 13) | String getDisplayName(BuildContext context) method getDuration (line 32) | Duration getDuration() method getIndex (line 52) | int getIndex() FILE: lib/model/notification_enabled.dart type NotificationOptions (line 5) | enum NotificationOptions { ON, OFF } class NotificationSetting (line 8) | class NotificationSetting extends SettingSelectionItem { method getDisplayName (line 13) | String getDisplayName(BuildContext context) method getIndex (line 24) | int getIndex() FILE: lib/model/setting_item.dart class SettingSelectionItem (line 4) | abstract class SettingSelectionItem { method getDisplayName (line 5) | String getDisplayName(BuildContext context) FILE: lib/model/unlock_setting.dart type UnlockOption (line 5) | enum UnlockOption { YES, NO } class UnlockSetting (line 8) | class UnlockSetting extends SettingSelectionItem { method getDisplayName (line 13) | String getDisplayName(BuildContext context) method getIndex (line 24) | int getIndex() FILE: lib/network/http_client.dart class HttpAPI (line 14) | class HttpAPI { method getBorrowed (line 18) | Future getBorrowed(String b58pubkey) method borrowAccount (line 40) | Future borrowAccount(String b58pubkey) method getFreePASA (line 61) | Future getFreePASA( method verifyFreePASA (line 83) | Future verifyFreePASA(String requestId, String code) FILE: lib/network/model/base_request.dart class BaseRequest (line 1) | abstract class BaseRequest { method toJson (line 2) | Map toJson() FILE: lib/network/model/request/borrow_request.dart class BorrowRequest (line 6) | @JsonSerializable() method toJson (line 17) | Map toJson() FILE: lib/network/model/request/borrow_request.g.dart function _$BorrowRequestFromJson (line 9) | BorrowRequest _$BorrowRequestFromJson(Map json) function _$BorrowRequestToJson (line 16) | Map _$BorrowRequestToJson(BorrowRequest instance) FILE: lib/network/model/request/fcm_delete_account_request.dart class FcmDeleteAccountRequest (line 7) | @JsonSerializable() method toJson (line 25) | Map toJson() FILE: lib/network/model/request/fcm_delete_account_request.g.dart function _$FcmDeleteAccountRequestFromJson (line 9) | FcmDeleteAccountRequest _$FcmDeleteAccountRequestFromJson( function _$FcmDeleteAccountRequestToJson (line 17) | Map _$FcmDeleteAccountRequestToJson( function writeNotNull (line 23) | void writeNotNull(String key, dynamic value) FILE: lib/network/model/request/fcm_update_bulk_request.dart class FcmUpdateBulkRequest (line 7) | @JsonSerializable() method toJson (line 29) | Map toJson() FILE: lib/network/model/request/fcm_update_bulk_request.g.dart function _$FcmUpdateBulkRequestFromJson (line 9) | FcmUpdateBulkRequest _$FcmUpdateBulkRequestFromJson(Map... function _$FcmUpdateBulkRequestToJson (line 18) | Map _$FcmUpdateBulkRequestToJson( function writeNotNull (line 24) | void writeNotNull(String key, dynamic value) FILE: lib/network/model/request/fcm_update_request.dart class FcmUpdateRequest (line 7) | @JsonSerializable() method toJson (line 29) | Map toJson() FILE: lib/network/model/request/fcm_update_request.g.dart function _$FcmUpdateRequestFromJson (line 9) | FcmUpdateRequest _$FcmUpdateRequestFromJson(Map json) function _$FcmUpdateRequestToJson (line 18) | Map _$FcmUpdateRequestToJson(FcmUpdateRequest instance) function writeNotNull (line 23) | void writeNotNull(String key, dynamic value) FILE: lib/network/model/request/freepasa_get_request.dart class FreePASAGetRequest (line 7) | @JsonSerializable() method toJson (line 27) | Map toJson() FILE: lib/network/model/request/freepasa_get_request.g.dart function _$FreePASAGetRequestFromJson (line 9) | FreePASAGetRequest _$FreePASAGetRequestFromJson(Map json) function _$FreePASAGetRequestToJson (line 17) | Map _$FreePASAGetRequestToJson(FreePASAGetRequest insta... FILE: lib/network/model/request/freepasa_verify_request.dart class FreePASAVerifyRequest (line 7) | @JsonSerializable() method toJson (line 23) | Map toJson() FILE: lib/network/model/request/freepasa_verify_request.g.dart function _$FreePASAVerifyRequestFromJson (line 9) | FreePASAVerifyRequest _$FreePASAVerifyRequestFromJson( function _$FreePASAVerifyRequestToJson (line 17) | Map _$FreePASAVerifyRequestToJson( FILE: lib/network/model/request/getborrowed_request.dart class GetBorrowedRequest (line 6) | @JsonSerializable() method toJson (line 17) | Map toJson() FILE: lib/network/model/request/getborrowed_request.g.dart function _$GetBorrowedRequestFromJson (line 9) | GetBorrowedRequest _$GetBorrowedRequestFromJson(Map json) function _$GetBorrowedRequestToJson (line 16) | Map _$GetBorrowedRequestToJson(GetBorrowedRequest insta... FILE: lib/network/model/request/subscribe_request.dart class SubscribeRequest (line 6) | @JsonSerializable() method toJson (line 32) | Map toJson() FILE: lib/network/model/request/subscribe_request.g.dart function _$SubscribeRequestFromJson (line 9) | SubscribeRequest _$SubscribeRequestFromJson(Map json) function _$SubscribeRequestToJson (line 21) | Map _$SubscribeRequestToJson(SubscribeRequest instance) function writeNotNull (line 26) | void writeNotNull(String key, dynamic value) FILE: lib/network/model/request_item.dart function encodeRequestItem (line 4) | String encodeRequestItem(dynamic request) class RequestItem (line 8) | class RequestItem { FILE: lib/network/model/response/accounts_response_borrowed.dart class AccountsResponseBorrowed (line 7) | @JsonSerializable() method toJson (line 18) | Map toJson() FILE: lib/network/model/response/accounts_response_borrowed.g.dart function _$AccountsResponseBorrowedFromJson (line 9) | AccountsResponseBorrowed _$AccountsResponseBorrowedFromJson( function _$AccountsResponseBorrowedToJson (line 23) | Map _$AccountsResponseBorrowedToJson( FILE: lib/network/model/response/borrow_response.dart function _toDateTime (line 6) | DateTime _toDateTime(int v) function _fromDateTime (line 10) | int _fromDateTime(DateTime v) class BorrowResponse (line 14) | @JsonSerializable() method toJson (line 42) | Map toJson() FILE: lib/network/model/response/borrow_response.g.dart function _$BorrowResponseFromJson (line 9) | BorrowResponse _$BorrowResponseFromJson(Map json) function _$BorrowResponseToJson (line 18) | Map _$BorrowResponseToJson(BorrowResponse instance) function writeNotNull (line 23) | void writeNotNull(String key, dynamic value) FILE: lib/network/model/response/error_response.dart class ErrorResponse (line 5) | @JsonSerializable() method toJson (line 13) | Map toJson() FILE: lib/network/model/response/error_response.g.dart function _$ErrorResponseFromJson (line 9) | ErrorResponse _$ErrorResponseFromJson(Map json) function _$ErrorResponseToJson (line 13) | Map _$ErrorResponseToJson(ErrorResponse instance) FILE: lib/network/model/response/getborrowed_response.dart class GetBorrowedResponse (line 7) | @JsonSerializable() method toJson (line 15) | Map toJson() FILE: lib/network/model/response/getborrowed_response.g.dart function _$GetBorrowedResponseFromJson (line 9) | GetBorrowedResponse _$GetBorrowedResponseFromJson(Map j... function _$GetBorrowedResponseToJson (line 17) | Map _$GetBorrowedResponseToJson( FILE: lib/network/model/response/price_response.dart function _toDouble (line 5) | double _toDouble(v) class PriceResponse (line 9) | @JsonSerializable() method toJson (line 23) | Map toJson() FILE: lib/network/model/response/price_response.g.dart function _$PriceResponseFromJson (line 9) | PriceResponse _$PriceResponseFromJson(Map json) function _$PriceResponseToJson (line 16) | Map _$PriceResponseToJson(PriceResponse instance) FILE: lib/network/model/response/subscribe_response.dart function _toDouble (line 5) | double _toDouble(v) function subscribeResponseFromJson (line 10) | SubscribeResponse subscribeResponseFromJson(Map json) class SubscribeResponse (line 14) | @JsonSerializable() method toJson (line 32) | Map toJson() FILE: lib/network/model/response/subscribe_response.g.dart function _$SubscribeResponseFromJson (line 9) | SubscribeResponse _$SubscribeResponseFromJson(Map json) function _$SubscribeResponseToJson (line 17) | Map _$SubscribeResponseToJson(SubscribeResponse instance) FILE: lib/network/ws_client.dart function decodeJson (line 23) | Map decodeJson(dynamic src) class WSClient (line 28) | class WSClient { method reconnectToService (line 60) | Future reconnectToService() method initCommunication (line 80) | Future initCommunication({bool unsuspend = false}) method connectionClosed (line 114) | void connectionClosed() method connectionClosedError (line 124) | void connectionClosedError(e) method reset (line 134) | void reset({bool suspend = false}) method _send (line 144) | Future _send(String message) method _onMessageReceived (line 167) | Future _onMessageReceived(dynamic message) method sendRequest (line 199) | Future sendRequest(BaseRequest request) method queueRequest (line 206) | void queueRequest(BaseRequest request) method processQueue (line 212) | Future processQueue() method removeSubscribeFromQueue (line 240) | void removeSubscribeFromQueue() method pop (line 255) | RequestItem pop() method peek (line 259) | RequestItem peek() method clearQueue (line 264) | void clearQueue() FILE: lib/service_locator.dart function setupServiceLocator (line 12) | void setupServiceLocator() FILE: lib/store/account/account.dart class AccountBase (line 22) | abstract class AccountBase with Store { method decrementBalance (line 52) | void decrementBalance(Currency delta) method incrementBalance (line 58) | void incrementBalance(Currency delta) method jRpcRequest (line 64) | Future jRpcRequest(Map request) method updateAccount (line 88) | Future updateAccount() method addNewOperation (line 115) | void addNewOperation(PascalOperation op) method diffAndSortOperations (line 143) | void diffAndSortOperations(List newOperationList) method getAccountOperations (line 158) | Future getAccountOperations() method getOperationsToDisplay (line 182) | List getOperationsToDisplay() method shouldDisplayOperation (line 187) | bool shouldDisplayOperation(PascalOperation op) method hasOperationsToDisplay (line 208) | bool hasOperationsToDisplay() method changeAccountState (line 221) | void changeAccountState(AccountState accountState) method doSend (line 226) | Future doSend({@required String amount, @required String ... method transferAccount (line 257) | Future transferAccount(String strPubkey, {Currency fee}) method changeAccountName (line 288) | Future changeAccountName(AccountName newName, {Currency f... method listAccountForSale (line 319) | Future listAccountForSale(Currency price, AccountNumber a... method delistAccountForSale (line 351) | Future delistAccountForSale({Currency fee}) method encryptPayloadEcies (line 380) | Future encryptPayloadEcies(String payload, AccountNumber ac... FILE: lib/store/account/account.g.dart function jRpcRequest (line 137) | Future jRpcRequest(Map request) function updateAccount (line 144) | Future updateAccount() function getAccountOperations (line 151) | Future getAccountOperations() function doSend (line 159) | Future doSend( function transferAccount (line 176) | Future transferAccount(String strPubkey, {Currency fee}) function changeAccountName (line 184) | Future changeAccountName(AccountName newName, {Currency fee}) function listAccountForSale (line 192) | Future listAccountForSale( function delistAccountForSale (line 203) | Future delistAccountForSale({Currency fee}) function encryptPayloadEcies (line 211) | Future encryptPayloadEcies(String payload, AccountNumber acco... function decrementBalance (line 219) | void decrementBalance(Currency delta) function incrementBalance (line 229) | void incrementBalance(Currency delta) function addNewOperation (line 239) | void addNewOperation(PascalOperation op) function diffAndSortOperations (line 249) | void diffAndSortOperations(List newOperationList) function getOperationsToDisplay (line 259) | List getOperationsToDisplay() function shouldDisplayOperation (line 269) | bool shouldDisplayOperation(PascalOperation op) function hasOperationsToDisplay (line 279) | bool hasOperationsToDisplay() function changeAccountState (line 289) | void changeAccountState(AccountState accountState) function toString (line 299) | String toString() FILE: lib/store/wallet/wallet.dart class WalletBase (line 31) | abstract class WalletBase with Store { method initializeRpc (line 79) | Future initializeRpc() method getBalanceAndInsertBorrowed (line 85) | Future getBalanceAndInsertBorrowed() method updateBorrowed (line 103) | Future updateBorrowed() method initiateBorrow (line 120) | Future initiateBorrow() method findAccountsRequest (line 136) | Future findAccountsRequest(FindAccountsRequest request) method findAccountsWithNameLike (line 156) | Future> findAccountsWithNameLike(String name) method loadWallet (line 171) | Future loadWallet() method getAccountState (line 244) | Account getAccountState(PascalAccount account) method changeRpcUrl (line 251) | void changeRpcUrl(String rpcUrl) method removeAccount (line 259) | void removeAccount(PascalAccount account) method updateAccountName (line 268) | void updateAccountName(PascalAccount account, AccountName newName) method getNonzeroBalanceAccounts (line 281) | List getNonzeroBalanceAccounts() method shouldHaveFee (line 295) | bool shouldHaveFee() method getLocalCurrencyDisplay (line 310) | String getLocalCurrencyDisplay( method disconnect (line 329) | void disconnect() method reconnect (line 334) | void reconnect() method requestUpdate (line 339) | Future requestUpdate() method fcmUpdate (line 363) | Future fcmUpdate(AccountNumber account) method fcmDeleteAccount (line 379) | Future fcmDeleteAccount(AccountNumber account) method fcmUpdateBulk (line 386) | Future fcmUpdateBulk({bool forceDisable = false}) method addNewOp (line 413) | void addNewOp(PascalOperation op) method reset (line 426) | void reset() FILE: lib/store/wallet/wallet.g.dart function initializeRpc (line 261) | Future initializeRpc() function getBalanceAndInsertBorrowed (line 269) | Future getBalanceAndInsertBorrowed() function updateBorrowed (line 277) | Future updateBorrowed() function initiateBorrow (line 284) | Future initiateBorrow() function findAccountsRequest (line 291) | Future findAccountsRequest(FindAccountsRequest request) function findAccountsWithNameLike (line 300) | Future> findAccountsWithNameLike(String name) function loadWallet (line 308) | Future loadWallet() function requestUpdate (line 315) | Future requestUpdate() function fcmUpdate (line 322) | Future fcmUpdate(AccountNumber account) function fcmDeleteAccount (line 329) | Future fcmDeleteAccount(AccountNumber account) function fcmUpdateBulk (line 337) | Future fcmUpdateBulk({bool forceDisable = false}) function getAccountState (line 345) | Account getAccountState(PascalAccount account) function changeRpcUrl (line 355) | void changeRpcUrl(String rpcUrl) function removeAccount (line 365) | void removeAccount(PascalAccount account) function updateAccountName (line 375) | void updateAccountName(PascalAccount account, AccountName newName) function getNonzeroBalanceAccounts (line 385) | List getNonzeroBalanceAccounts() function shouldHaveFee (line 395) | bool shouldHaveFee() function getLocalCurrencyDisplay (line 405) | String getLocalCurrencyDisplay( function disconnect (line 417) | void disconnect() function reconnect (line 427) | void reconnect() function addNewOp (line 437) | void addNewOp(PascalOperation op) function reset (line 447) | void reset() function toString (line 457) | String toString() FILE: lib/themes.dart class BaseTheme (line 7) | abstract class BaseTheme { class BlaiseLightTheme (line 109) | class BlaiseLightTheme extends BaseTheme { class BlaiseDarkTheme (line 284) | class BlaiseDarkTheme extends BaseTheme { class BlaiseCopperTheme (line 457) | class BlaiseCopperTheme extends BaseTheme { type AppIconEnum (line 630) | enum AppIconEnum { LIGHT, DARK, COPPER } class AppIcon (line 631) | class AppIcon { method setAppIcon (line 634) | Future setAppIcon(AppIconEnum iconToChange) FILE: lib/ui/account/account.dart class AccountPage (line 36) | class AccountPage extends StatefulWidget { method createState (line 41) | _AccountPageState createState() class _AccountPageState (line 44) | class _AccountPageState extends State method formatExpiryDate (line 71) | void formatExpiryDate(DateTime expiry) method initState (line 121) | void initState() method _animationStatusListener (line 155) | void _animationStatusListener(AnimationStatus status) method _animationControllerListener (line 168) | void _animationControllerListener() method _disposeAnimations (line 177) | void _disposeAnimations() method dispose (line 186) | void dispose() method didChangeAppLifecycleState (line 195) | void didChangeAppLifecycleState(AppLifecycleState state) method _startAnimation (line 215) | void _startAnimation() method _updateContacts (line 221) | Future _updateContacts() method getOperationsList (line 230) | List getOperationsList() method _registerBus (line 293) | void _registerBus() method _destroyBus (line 306) | void _destroyBus() method _refresh (line 316) | Future _refresh({bool socketUpdate = true}) method build (line 369) | Widget build(BuildContext context) method _buildAccountHistoryItem (line 1086) | Widget _buildAccountHistoryItem(PascalOperation op) method getPlaceholderCards (line 1196) | List getPlaceholderCards() FILE: lib/ui/account/operation_details_sheet.dart class OperationDetailsSheet (line 13) | class OperationDetailsSheet extends StatefulWidget { method createState (line 18) | _OperationDetailsSheetState createState() class _OperationDetailsSheetState (line 21) | class _OperationDetailsSheetState extends State { method initState (line 23) | void initState() method getOptypeDisplay (line 27) | String getOptypeDisplay(int optype) method getNOperation (line 76) | int getNOperation() method getSendingAccount (line 90) | Widget getSendingAccount() method getReceivingAccount (line 103) | Widget getReceivingAccount() method getChangingAccount (line 116) | Widget getChangingAccount() method getSendAmount (line 129) | Widget getSendAmount() method getPayload (line 142) | Widget getPayload() method getNewPublickey (line 155) | Widget getNewPublickey() method getNewName (line 169) | Widget getNewName() method getSeller (line 182) | Widget getSeller() method getAccountPrice (line 195) | Widget getAccountPrice() method getLockedUntilBlock (line 208) | Widget getLockedUntilBlock() method build (line 222) | Widget build(BuildContext context) class TransactionDetailsListItem (line 391) | class TransactionDetailsListItem extends StatefulWidget { method createState (line 399) | _TransactionDetailsListItemState createState() class _TransactionDetailsListItemState (line 403) | class _TransactionDetailsListItemState method initState (line 406) | void initState() method build (line 414) | Widget build(BuildContext context) FILE: lib/ui/account/operation_sheet.dart class OperationSheet (line 20) | class OperationSheet extends StatefulWidget { method createState (line 33) | _OperationSheetState createState() class _OperationSheetState (line 36) | class _OperationSheetState extends State { method initState (line 43) | void initState() method build (line 69) | Widget build(BuildContext context) method _copyPayloadToClipboard (line 224) | void _copyPayloadToClipboard() FILE: lib/ui/account/other_operations/change_name/change_name_sheet.dart class ChangeNameSheet (line 20) | class ChangeNameSheet extends StatefulWidget { method createState (line 25) | _ChangeNameSheetState createState() class _ChangeNameSheetState (line 28) | class _ChangeNameSheetState extends State { method initState (line 37) | void initState() method build (line 45) | Widget build(BuildContext context) method validateAndChangeName (line 207) | void validateAndChangeName() FILE: lib/ui/account/other_operations/change_name/changed_name_sheet.dart class ChangedNameSheet (line 11) | class ChangedNameSheet extends StatefulWidget { method createState (line 17) | _ChangedNameSheetState createState() class _ChangedNameSheetState (line 20) | class _ChangedNameSheetState extends State { method build (line 22) | Widget build(BuildContext context) FILE: lib/ui/account/other_operations/change_name/changing_name_sheet.dart class ChangingNameSheet (line 26) | class ChangingNameSheet extends StatefulWidget { method createState (line 34) | _ChangingNameSheetState createState() class _ChangingNameSheetState (line 37) | class _ChangingNameSheetState extends State { method _registerBus (line 43) | void _registerBus() method _destroyBus (line 53) | void _destroyBus() method dispose (line 60) | void dispose() method initState (line 66) | void initState() method showOverlay (line 72) | void showOverlay(BuildContext context) method build (line 105) | Widget build(BuildContext context) method doChange (line 332) | Future doChange({Currency fee}) method _authenticateBiometrics (line 384) | Future _authenticateBiometrics(AuthUtil authUtil, String message) method _authenticatePin (line 393) | Future _authenticatePin(String message) method authenticate (line 410) | Future authenticate() FILE: lib/ui/account/other_operations/delist_for_sale/delisted_for_sale.dart class DelistedForSaleSheet (line 11) | class DelistedForSaleSheet extends StatefulWidget { method createState (line 17) | _DelistedForSaleSheetState createState() class _DelistedForSaleSheetState (line 20) | class _DelistedForSaleSheetState extends State { method build (line 22) | Widget build(BuildContext context) FILE: lib/ui/account/other_operations/delist_for_sale/delisting_for_sale.dart class DelistingForSaleSheet (line 26) | class DelistingForSaleSheet extends StatefulWidget { method createState (line 32) | _DelistingForSaleSheetState createState() class _DelistingForSaleSheetState (line 35) | class _DelistingForSaleSheetState extends State { method _registerBus (line 41) | void _registerBus() method _destroyBus (line 51) | void _destroyBus() method dispose (line 58) | void dispose() method initState (line 64) | void initState() method showOverlay (line 70) | void showOverlay(BuildContext context) method build (line 103) | Widget build(BuildContext context) method doDelist (line 329) | Future doDelist({Currency fee}) method _authenticateBiometrics (line 380) | Future _authenticateBiometrics(AuthUtil authUtil, String message) method _authenticatePin (line 389) | Future _authenticatePin(String message) method authenticate (line 406) | Future authenticate() FILE: lib/ui/account/other_operations/list_for_sale/list_for_sale_sheet.dart class ListForSaleSheet (line 22) | class ListForSaleSheet extends StatefulWidget { method createState (line 27) | _ListForSaleSheetState createState() class _ListForSaleSheetState (line 30) | class _ListForSaleSheetState extends State { method initState (line 43) | void initState() method build (line 62) | Widget build(BuildContext context) method validateFormData (line 304) | bool validateFormData() FILE: lib/ui/account/other_operations/list_for_sale/listed_for_sale_sheet.dart class ListedForSaleSheet (line 11) | class ListedForSaleSheet extends StatefulWidget { method createState (line 20) | _ListedForSaleSheetState createState() class _ListedForSaleSheetState (line 23) | class _ListedForSaleSheetState extends State { method build (line 25) | Widget build(BuildContext context) FILE: lib/ui/account/other_operations/list_for_sale/listing_for_sale_sheet.dart class ListingForSaleSheet (line 26) | class ListingForSaleSheet extends StatefulWidget { method createState (line 39) | _ListingForSaleSheetState createState() class _ListingForSaleSheetState (line 42) | class _ListingForSaleSheetState extends State { method _registerBus (line 48) | void _registerBus() method _destroyBus (line 58) | void _destroyBus() method dispose (line 65) | void dispose() method initState (line 71) | void initState() method showOverlay (line 77) | void showOverlay(BuildContext context) method build (line 110) | Widget build(BuildContext context) method doList (line 436) | Future doList({Currency fee}) method _authenticateBiometrics (line 489) | Future _authenticateBiometrics(AuthUtil authUtil, String message) method _authenticatePin (line 498) | Future _authenticatePin(String message) method authenticate (line 515) | Future authenticate() FILE: lib/ui/account/other_operations/private_sale/create_private_sale_sheet.dart class CreatePrivateSaleSheet (line 23) | class CreatePrivateSaleSheet extends StatefulWidget { method createState (line 28) | _CreatePrivateSaleSheetState createState() class _CreatePrivateSaleSheetState (line 31) | class _CreatePrivateSaleSheetState extends State { method initState (line 47) | void initState() method build (line 68) | Widget build(BuildContext context) method validateFormData (line 393) | bool validateFormData() FILE: lib/ui/account/other_operations/private_sale/created_private_sale_sheet.dart class CreatedPrivateSaleSheet (line 11) | class CreatedPrivateSaleSheet extends StatefulWidget { method createState (line 24) | _CreatedPrivateSaleSheetState createState() class _CreatedPrivateSaleSheetState (line 28) | class _CreatedPrivateSaleSheetState extends State doList({Currency fee}) method _authenticateBiometrics (line 544) | Future _authenticateBiometrics(AuthUtil authUtil, String message) method _authenticatePin (line 553) | Future _authenticatePin(String message) method authenticate (line 570) | Future authenticate() FILE: lib/ui/account/other_operations/transfer_account/transfer_account_sheet.dart class TransferAccountSheet (line 20) | class TransferAccountSheet extends StatefulWidget { method createState (line 25) | _TransferAccountSheetState createState() class _TransferAccountSheetState (line 28) | class _TransferAccountSheetState extends State { method initState (line 38) | void initState() method build (line 47) | Widget build(BuildContext context) method validateAndTransfer (line 228) | void validateAndTransfer() FILE: lib/ui/account/other_operations/transfer_account/transferred_account_sheet.dart class TransferredAccountSheet (line 11) | class TransferredAccountSheet extends StatefulWidget { method createState (line 18) | _TransferredAccountSheetState createState() class _TransferredAccountSheetState (line 22) | class _TransferredAccountSheetState extends State doTransfer({Currency fee}) method _authenticateBiometrics (line 387) | Future _authenticateBiometrics(AuthUtil authUtil, String message) method _authenticatePin (line 396) | Future _authenticatePin(String message) method authenticate (line 413) | Future authenticate() FILE: lib/ui/account/receive/receive_sheet.dart class ReceiveSheet (line 18) | class ReceiveSheet extends StatefulWidget { method createState (line 23) | _ReceiveSheetState createState() class _ReceiveSheetState (line 26) | class _ReceiveSheetState extends State { method initState (line 31) | void initState() method build (line 37) | Widget build(BuildContext context) FILE: lib/ui/account/receive/request_sheet.dart class RequestSheet (line 15) | class RequestSheet extends StatefulWidget { method createState (line 18) | _RequestSheetState createState() class _RequestSheetState (line 21) | class _RequestSheetState extends State { method initState (line 30) | void initState() method build (line 39) | Widget build(BuildContext context) FILE: lib/ui/account/send/send_sheet.dart class SendSheet (line 35) | class SendSheet extends StatefulWidget { method createState (line 43) | _SendSheetState createState() class _SendSheetState (line 46) | class _SendSheetState extends State { method isDigit (line 88) | bool isDigit(String s, int idx) method initState (line 91) | void initState() method build (line 214) | Widget build(BuildContext context) method validateAndSend (line 806) | Future validateAndSend() method toggleLocalCurrency (line 873) | void toggleLocalCurrency() method _convertLocalCurrencyToCrypto (line 917) | String _convertLocalCurrencyToCrypto() method _convertCryptoToLocalCurrency (line 928) | String _convertCryptoToLocalCurrency() method _getContactsPopup (line 945) | Widget _getContactsPopup() method _buildContactItem (line 971) | Widget _buildContactItem(Contact contact) method _getAccountNameList (line 1004) | Widget _getAccountNameList() method _buildAccountNameItem (line 1055) | Widget _buildAccountNameItem(PascalAccount account) method _checkAndUpdateContacts (line 1094) | Future _checkAndUpdateContacts() method checkAndValidateContact (line 1121) | Future checkAndValidateContact({String name, Contact contact}) FILE: lib/ui/account/send/sending_sheet.dart class SendingSheet (line 30) | class SendingSheet extends StatefulWidget { method createState (line 56) | _SendingSheetState createState() class _SendingSheetState (line 59) | class _SendingSheetState extends State { method _registerBus (line 68) | void _registerBus() method _destroyBus (line 78) | void _destroyBus() method initState (line 85) | void initState() method dispose (line 91) | void dispose() method showOverlay (line 96) | void showOverlay(BuildContext context) method build (line 129) | Widget build(BuildContext context) method doSend (line 589) | Future doSend({Currency fee}) method _authenticateBiometrics (line 669) | Future _authenticateBiometrics(AuthUtil authUtil, String message) method _authenticatePin (line 678) | Future _authenticatePin(String message) method authenticate (line 695) | Future authenticate() FILE: lib/ui/account/send/sent_sheet.dart class SentSheet (line 15) | class SentSheet extends StatefulWidget { method createState (line 37) | _SentSheetState createState() class _SentSheetState (line 40) | class _SentSheetState extends State { method build (line 42) | Widget build(BuildContext context) FILE: lib/ui/intro/intro_backup_confirm.dart class IntroBackupConfirmPage (line 14) | class IntroBackupConfirmPage extends StatefulWidget { method createState (line 16) | _IntroBackupConfirmPageState createState() class _IntroBackupConfirmPageState (line 19) | class _IntroBackupConfirmPageState extends State { method build (line 22) | Widget build(BuildContext context) FILE: lib/ui/intro/intro_decrypt_and_import_private_key.dart class IntroDecryptAndImportPrivateKeyPage (line 19) | class IntroDecryptAndImportPrivateKeyPage extends StatefulWidget { method createState (line 25) | _IntroDecryptAndImportPrivateKeyPageState createState() class _IntroDecryptAndImportPrivateKeyPageState (line 29) | class _IntroDecryptAndImportPrivateKeyPageState method initState (line 36) | void initState() method build (line 43) | Widget build(BuildContext context) method onPasswordChanged (line 166) | void onPasswordChanged(String newText) method decryptAndSubmit (line 172) | void decryptAndSubmit() FILE: lib/ui/intro/intro_import_private_key.dart class IntroImportPrivateKeyPage (line 22) | class IntroImportPrivateKeyPage extends StatefulWidget { method createState (line 24) | _IntroImportPrivateKeyPageState createState() class _IntroImportPrivateKeyPageState (line 28) | class _IntroImportPrivateKeyPageState extends State { method initState (line 25) | void initState() method build (line 31) | Widget build(BuildContext context) FILE: lib/ui/intro/intro_security_first.dart class IntroSecurityFirstPage (line 13) | class IntroSecurityFirstPage extends StatefulWidget { method createState (line 15) | _IntroSecurityFirstPageState createState() class _IntroSecurityFirstPageState (line 18) | class _IntroSecurityFirstPageState extends State { method build (line 22) | Widget build(BuildContext context) FILE: lib/ui/intro/intro_welcome.dart class IntroWelcomePage (line 13) | class IntroWelcomePage extends StatefulWidget { method createState (line 15) | _IntroWelcomePageState createState() class _IntroWelcomePageState (line 18) | class _IntroWelcomePageState extends State { method getLanguageList (line 19) | List getLanguageList() method initState (line 38) | void initState() method build (line 43) | Widget build(BuildContext context) FILE: lib/ui/lockscreen/lock_screen.dart class LockScreenPage (line 18) | class LockScreenPage extends StatefulWidget { method createState (line 20) | _LockScreenPageState createState() class _LockScreenPageState (line 23) | class _LockScreenPageState extends State { method _goHome (line 28) | void _goHome() method _formatCountDisplay (line 34) | String _formatCountDisplay(int count) method _runCountdown (line 87) | Future _runCountdown(int count) method _authenticateBiometrics (line 108) | Future _authenticateBiometrics() method _authenticatePin (line 123) | Future _authenticatePin({bool transitions = false}) method _authenticate (line 162) | Future _authenticate({bool transitions = false}) method initState (line 192) | void initState() method logoutPressed (line 197) | void logoutPressed() method build (line 244) | Widget build(BuildContext context) FILE: lib/ui/overview/buy_account_sheet.dart class BuyAccountSheet (line 16) | class BuyAccountSheet extends StatefulWidget { method createState (line 17) | _BuyAccountSheetState createState() class _BuyAccountSheetState (line 20) | class _BuyAccountSheetState extends State { method showOverlay (line 27) | void showOverlay(BuildContext context) method build (line 60) | Widget build(BuildContext context) FILE: lib/ui/overview/confirm_free_account_sheet.dart class ConfirmFreeAccountSheet (line 21) | class ConfirmFreeAccountSheet extends StatefulWidget { method createState (line 26) | _ConfirmFreeAccountSheetState createState() class _ConfirmFreeAccountSheetState (line 30) | class _ConfirmFreeAccountSheetState extends State verifyFreepasaAccount() FILE: lib/ui/overview/get_account_sheet.dart class GetAccountSheet (line 16) | class GetAccountSheet extends StatefulWidget { method createState (line 17) | _GetAccountSheetState createState() class _GetAccountSheetState (line 20) | class _GetAccountSheetState extends State { method initState (line 24) | void initState() method build (line 29) | Widget build(BuildContext context) FILE: lib/ui/overview/get_free_account_sheet.dart class CountryCode (line 23) | class CountryCode { method fromJsonList (line 29) | List fromJsonList(List jsonList) class GetFreeAccountSheet (line 38) | class GetFreeAccountSheet extends StatefulWidget { method createState (line 39) | _GetFreeAccountSheetState createState() class _GetFreeAccountSheetState (line 42) | class _GetFreeAccountSheetState extends State { method readCountryCodeFromAssets (line 52) | Future> readCountryCodeFromAssets() method getDefaultCountryCode (line 58) | CountryCode getDefaultCountryCode(List list) method _getCountryCodeForPicker (line 64) | List _getCountryCodeForPicker() method initState (line 77) | void initState() method build (line 95) | Widget build(BuildContext context) method showOverlay (line 335) | void showOverlay(BuildContext context) method showCountryCodePicker (line 367) | Future showCountryCodePicker() method onSubmitted (line 401) | Future onSubmitted() FILE: lib/ui/overview/overview.dart class OverviewPage (line 30) | class OverviewPage extends StatefulWidget { method createState (line 33) | _OverviewPageState createState() class _OverviewPageState (line 36) | class _OverviewPageState extends State method walletLoad (line 51) | Future walletLoad() method _registerBus (line 66) | void _registerBus() method _destroyBus (line 83) | void _destroyBus() method setAppLockEvent (line 95) | Future setAppLockEvent() method cancelLockEvent (line 112) | Future cancelLockEvent() method didChangeAppLifecycleState (line 119) | void didChangeAppLifecycleState(AppLifecycleState state) method _switchToAccount (line 136) | void _switchToAccount(int account) method _chooseCorrectAccountFromNotification (line 153) | void _chooseCorrectAccountFromNotification(dynamic message) method getNotificationPermissions (line 166) | void getNotificationPermissions() method initState (line 193) | void initState() method _animationStatusListener (line 218) | void _animationStatusListener(AnimationStatus status) method _animationControllerListener (line 231) | void _animationControllerListener() method _disposeAnimations (line 239) | void _disposeAnimations() method dispose (line 248) | void dispose() method _startAnimation (line 255) | void _startAnimation() method _refresh (line 262) | Future _refresh() method build (line 286) | Widget build(BuildContext context) method _getPlaceholderAccountCards (line 933) | List _getPlaceholderAccountCards() FILE: lib/ui/overview/public_key_overview_sheet.dart class PublicKeyOverviewSheet (line 17) | class PublicKeyOverviewSheet extends StatefulWidget { method createState (line 20) | _PublicKeyOverviewSheetState createState() class _PublicKeyOverviewSheetState (line 23) | class _PublicKeyOverviewSheetState extends State { method initState (line 28) | void initState() method build (line 34) | Widget build(BuildContext context) FILE: lib/ui/settings/backup_private_key/backup_private_key_sheet.dart class BackupPrivateKeySheet (line 18) | class BackupPrivateKeySheet extends StatefulWidget { method createState (line 19) | _BackupPrivateKeySheetState createState() class _BackupPrivateKeySheetState (line 22) | class _BackupPrivateKeySheetState extends State { method build (line 24) | Widget build(BuildContext context) method _authenticateBiometrics (line 174) | Future _authenticateBiometrics(AuthUtil authUtil, String message... method _authenticatePin (line 189) | Future _authenticatePin(bool encrypted, String message) method authenticate (line 213) | Future authenticate(bool encrypted) FILE: lib/ui/settings/backup_private_key/encrypt_private_key_sheet.dart class EncryptPrivateKeySheet (line 18) | class EncryptPrivateKeySheet extends StatefulWidget { method createState (line 19) | _EncryptPrivateKeySheetState createState() class _EncryptPrivateKeySheetState (line 22) | class _EncryptPrivateKeySheetState extends State { method initState (line 33) | void initState() method build (line 43) | Widget build(BuildContext context) method validatePasswordMatchAndEncrypt (line 265) | void validatePasswordMatchAndEncrypt() FILE: lib/ui/settings/backup_private_key/encrypted_private_key_sheet.dart class EncryptedPrivateKeySheet (line 14) | class EncryptedPrivateKeySheet extends StatefulWidget { method createState (line 19) | _EncryptedPrivateKeySheetState createState() class _EncryptedPrivateKeySheetState (line 23) | class _EncryptedPrivateKeySheetState extends State { method initState (line 34) | void initState() method build (line 55) | Widget build(BuildContext context) method validateFormData (line 289) | bool validateFormData() FILE: lib/ui/settings/contacts/add_contact_sheet.dart class AddContactSheet (line 25) | class AddContactSheet extends StatefulWidget { method createState (line 30) | _AddContactSheetState createState() class _AddContactSheetState (line 33) | class _AddContactSheetState extends State { method initState (line 44) | void initState() method build (line 67) | Widget build(BuildContext context) method validateForm (line 287) | Future validateForm() FILE: lib/ui/settings/contacts/contact_detail_sheet.dart class ContactDetailSheet (line 25) | class ContactDetailSheet extends StatefulWidget { method createState (line 30) | _ContactDetailSheetState createState() class _ContactDetailSheetState (line 33) | class _ContactDetailSheetState extends State { method initState (line 42) | void initState() method build (line 50) | Widget build(BuildContext context) method _showSendButton (line 441) | bool _showSendButton() method _getAccountsList (line 450) | List _getAccountsList() method _copyToClipboard (line 474) | void _copyToClipboard(String toCopy) FILE: lib/ui/settings/contacts/contacts.dart class ContactsPage (line 29) | class ContactsPage extends StatefulWidget { method createState (line 35) | _ContactsPageState createState() class _ContactsPageState (line 38) | class _ContactsPageState extends State { method _registerBus (line 47) | void _registerBus() method _destroyBus (line 71) | void _destroyBus() method initState (line 81) | void initState() method dispose (line 98) | void dispose() method _updateContacts (line 103) | void _updateContacts() method _exportContacts (line 120) | Future _exportContacts() method _importContacts (line 141) | Future _importContacts() method build (line 207) | Widget build(BuildContext context) FILE: lib/ui/settings/public_key_sheet.dart class PublicKeySheet (line 15) | class PublicKeySheet extends StatefulWidget { method createState (line 16) | _PublicKeySheetState createState() class _PublicKeySheetState (line 19) | class _PublicKeySheetState extends State { method initState (line 24) | void initState() method build (line 30) | Widget build(BuildContext context) FILE: lib/ui/settings/security.dart class SecurityPage (line 16) | class SecurityPage extends StatefulWidget { method createState (line 18) | _SecurityPageState createState() class _SecurityPageState (line 21) | class _SecurityPageState extends State { method _getAuthMethods (line 31) | List _getAuthMethods() method _authOnLaunchOptions (line 50) | List _authOnLaunchOptions() method _getLockTimeoutList (line 71) | List _getLockTimeoutList() method initState (line 91) | void initState() method build (line 133) | Widget build(BuildContext context) FILE: lib/ui/settings/settings.dart class SettingsPage (line 32) | class SettingsPage extends StatefulWidget { method createState (line 38) | _SettingsPageState createState() class _SettingsPageState (line 41) | class _SettingsPageState extends State { method getThemeList (line 44) | List getThemeList() method getCurrencyList (line 58) | List getCurrencyList() method getNotificationList (line 80) | List getNotificationList() method getLanguageList (line 104) | List getLanguageList() method initState (line 128) | void initState() method build (line 154) | Widget build(BuildContext context) method logoutPressed (line 478) | void logoutPressed() FILE: lib/ui/util/app_icons.dart class AppIcons (line 18) | class AppIcons { FILE: lib/ui/util/formatters.dart class PascalAccountFormatter (line 7) | class PascalAccountFormatter extends TextInputFormatter { method formatEditUpdate (line 9) | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditi... class PascalNameFormatter (line 24) | class PascalNameFormatter extends TextInputFormatter { method formatEditUpdate (line 26) | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditi... class PhoneNumberFormatter (line 38) | class PhoneNumberFormatter extends TextInputFormatter { method formatEditUpdate (line 40) | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditi... class CurrencyFormatter (line 54) | class CurrencyFormatter extends TextInputFormatter { method formatEditUpdate (line 62) | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditi... class LocalCurrencyFormatter (line 109) | class LocalCurrencyFormatter extends TextInputFormatter { method formatEditUpdate (line 115) | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditi... class UpperCaseTextFormatter (line 149) | class UpperCaseTextFormatter extends TextInputFormatter { method formatEditUpdate (line 151) | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditi... class LowerCaseTextFormatter (line 160) | class LowerCaseTextFormatter extends TextInputFormatter { method formatEditUpdate (line 162) | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditi... FILE: lib/ui/util/margins.dart class AppMarginSizes (line 4) | class AppMarginSizes { class AppMargins (line 14) | class AppMargins { method textFieldHeader (line 16) | EdgeInsetsDirectional textFieldHeader(BuildContext context) FILE: lib/ui/util/routes.dart type TransitionOption (line 3) | enum TransitionOption { class NoTransitionRoute (line 11) | class NoTransitionRoute extends MaterialPageRoute { method buildTransitions (line 17) | Widget buildTransitions(BuildContext context, class NoPushTransitionRoute (line 27) | class NoPushTransitionRoute extends MaterialPageRoute { method buildTransitions (line 32) | Widget buildTransitions(BuildContext context, class NoPopTransitionRoute (line 46) | class NoPopTransitionRoute extends MaterialPageRoute { method buildTransitions (line 51) | Widget buildTransitions(BuildContext context, class RouteUtils (line 63) | class RouteUtils { method withNameLike (line 64) | RoutePredicate withNameLike(String name) FILE: lib/ui/util/text_styles.dart class AppStyles (line 4) | class AppStyles { method snackbar (line 6) | TextStyle snackbar(BuildContext context) method header (line 16) | TextStyle header(BuildContext context) method headerSmall (line 26) | TextStyle headerSmall(BuildContext context) method headerSmallBold (line 35) | TextStyle headerSmallBold(BuildContext context) method headerSmallBoldSuccess (line 43) | TextStyle headerSmallBoldSuccess(BuildContext context) method paragraph (line 53) | TextStyle paragraph(BuildContext context) method paragraphSuccess (line 64) | TextStyle paragraphSuccess(BuildContext context) method paragraphMedium (line 74) | TextStyle paragraphMedium(BuildContext context) method paragraphMediumPrimary (line 84) | TextStyle paragraphMediumPrimary(BuildContext context) method paragraphMediumSuccess (line 94) | TextStyle paragraphMediumSuccess(BuildContext context) method paragraphPrimary (line 105) | TextStyle paragraphPrimary(BuildContext context) method primarySmall600 (line 116) | TextStyle primarySmall600(BuildContext context) method primarySmallest400 (line 126) | TextStyle primarySmallest400(BuildContext context) method primarySmallest500 (line 136) | TextStyle primarySmallest500(BuildContext context) method primarySmallest600 (line 146) | TextStyle primarySmallest600(BuildContext context) method dangerSmallest600 (line 156) | TextStyle dangerSmallest600(BuildContext context) method paragraphDanger (line 166) | TextStyle paragraphDanger(BuildContext context) method balanceMedium (line 176) | TextStyle balanceMedium(BuildContext context) method balanceSmall (line 185) | TextStyle balanceSmall(BuildContext context) method balanceSmallSuccess (line 194) | TextStyle balanceSmallSuccess(BuildContext context) method balanceSmallTextDark (line 203) | TextStyle balanceSmallTextDark(BuildContext context) method balanceSmallSecondary (line 212) | TextStyle balanceSmallSecondary(BuildContext context) method paragraphBig (line 221) | TextStyle paragraphBig(BuildContext context) method paragraphBigDisabled (line 231) | TextStyle paragraphBigDisabled(BuildContext context) method paragraphTextLightSmall (line 241) | TextStyle paragraphTextLightSmall(BuildContext context) method textLightSmall600 (line 251) | TextStyle textLightSmall600(BuildContext context) method paragraphTextLightSmallSemiBold (line 260) | TextStyle paragraphTextLightSmallSemiBold(BuildContext context) method snackBar (line 271) | TextStyle snackBar(BuildContext context) method modalHeader (line 281) | TextStyle modalHeader(BuildContext context) method settingsItemHeader (line 292) | TextStyle settingsItemHeader(BuildContext context) method settingsItemHeaderDisabled (line 302) | TextStyle settingsItemHeaderDisabled(BuildContext context) method settingsItemSubHeader (line 313) | TextStyle settingsItemSubHeader(BuildContext context) method settingsItemSubHeaderDisabled (line 323) | TextStyle settingsItemSubHeaderDisabled(BuildContext context) method operationDate (line 334) | TextStyle operationDate(BuildContext context) method operationType (line 344) | TextStyle operationType(BuildContext context) method settingsHeader (line 354) | TextStyle settingsHeader(BuildContext context) method iconFontPrimaryMedium (line 363) | TextStyle iconFontPrimaryMedium(BuildContext context) method iconFontSuccessMedium (line 370) | TextStyle iconFontSuccessMedium(BuildContext context) method iconFontPrimarySmall (line 377) | TextStyle iconFontPrimarySmall(BuildContext context) method iconFontSuccessSmall (line 384) | TextStyle iconFontSuccessSmall(BuildContext context) method emptySpaceSmallest (line 391) | TextStyle emptySpaceSmallest(BuildContext context) method emptySpaceTiny (line 395) | TextStyle emptySpaceTiny(BuildContext context) method accountsItemName (line 399) | TextStyle accountsItemName(BuildContext context) method accountsItemNumber (line 409) | TextStyle accountsItemNumber(BuildContext context) method contactsItemName (line 420) | TextStyle contactsItemName(BuildContext context) method contactsItemNamePrimary (line 431) | TextStyle contactsItemNamePrimary(BuildContext context) method contactsItemNameSuccess (line 442) | TextStyle contactsItemNameSuccess(BuildContext context) method contactsItemAddress (line 453) | TextStyle contactsItemAddress(BuildContext context) method monoTextDarkSmall400 (line 462) | TextStyle monoTextDarkSmall400(BuildContext context) method contactsItemAddressPrimary (line 470) | TextStyle contactsItemAddressPrimary(BuildContext context) method textFieldLabel (line 480) | TextStyle textFieldLabel(BuildContext context) method textFieldLabelSuccess (line 490) | TextStyle textFieldLabelSuccess(BuildContext context) method privateKeyPrimary (line 501) | TextStyle privateKeyPrimary(BuildContext context) method privateKeyTextDark (line 511) | TextStyle privateKeyTextDark(BuildContext context) method privateKeyTextDarkFaded (line 521) | TextStyle privateKeyTextDarkFaded(BuildContext context) method privateKeySuccess (line 532) | TextStyle privateKeySuccess(BuildContext context) method buttonPrimary (line 542) | TextStyle buttonPrimary(BuildContext context) method buttonPrimaryOutline (line 552) | TextStyle buttonPrimaryOutline(BuildContext context) method buttonSuccessOutline (line 561) | TextStyle buttonSuccessOutline(BuildContext context) method buttonDanger (line 571) | TextStyle buttonDanger(BuildContext context) method buttonDangerOutline (line 583) | TextStyle buttonDangerOutline(BuildContext context) method buttonMiniBg (line 595) | TextStyle buttonMiniBg(BuildContext context) method buttonMiniSuccess (line 605) | TextStyle buttonMiniSuccess(BuildContext context) method iconFontTextLightPascal (line 615) | TextStyle iconFontTextLightPascal(BuildContext context) method iconFontPrimaryBalanceMediumPascal (line 624) | TextStyle iconFontPrimaryBalanceMediumPascal(BuildContext context) method iconFontPrimaryBalanceSmallPascal (line 633) | TextStyle iconFontPrimaryBalanceSmallPascal(BuildContext context) method iconFontSuccessBalanceSmallPascal (line 641) | TextStyle iconFontSuccessBalanceSmallPascal(BuildContext context) method iconFontTextDarkBalanceSmallPascal (line 649) | TextStyle iconFontTextDarkBalanceSmallPascal(BuildContext context) method iconFontSecondarySmallPascal (line 657) | TextStyle iconFontSecondarySmallPascal(BuildContext context) method iconFontPrimaryBalanceSmallest (line 666) | TextStyle iconFontPrimaryBalanceSmallest(BuildContext context) method iconFontTextDarkBalanceSmallest (line 674) | TextStyle iconFontTextDarkBalanceSmallest(BuildContext context) method accountCardName (line 683) | TextStyle accountCardName(BuildContext context) method accountCardAddress (line 694) | TextStyle accountCardAddress(BuildContext context) method pinDescription (line 703) | TextStyle pinDescription(BuildContext context) method pinNumberPad (line 713) | TextStyle pinNumberPad(BuildContext context) method textDarkSmall400 (line 724) | TextStyle textDarkSmall400(BuildContext context) method textDarkLarge700 (line 735) | TextStyle textDarkLarge700(BuildContext context) method textLightSmall400 (line 746) | TextStyle textLightSmall400(BuildContext context) method textLightLarge700 (line 757) | TextStyle textLightLarge700(BuildContext context) method textLightSmall700 (line 768) | TextStyle textLightSmall700(BuildContext context) method textStyleVersion (line 779) | TextStyle textStyleVersion(BuildContext context) method textStyleVersionUnderline (line 788) | TextStyle textStyleVersionUnderline(BuildContext context) class AppFontSizes (line 799) | class AppFontSizes { FILE: lib/ui/widgets/account_card.dart class AccountCard (line 18) | class AccountCard extends StatefulWidget { method createState (line 23) | _AccountCardState createState() class _AccountCardState (line 26) | class _AccountCardState extends State { method build (line 28) | Widget build(BuildContext context) method _doNothing (line 193) | void _doNothing() method _getButtons (line 198) | List _getButtons() FILE: lib/ui/widgets/app_text_field.dart class TextFieldButton (line 8) | class TextFieldButton extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class AppTextField (line 42) | class AppTextField extends StatefulWidget { method createState (line 80) | _AppTextFieldState createState() class _AppTextFieldState (line 83) | class _AppTextFieldState extends State { method build (line 85) | Widget build(BuildContext context) FILE: lib/ui/widgets/buttons.dart type AppButtonType (line 6) | enum AppButtonType { class AppButton (line 18) | class AppButton extends StatefulWidget { method createState (line 36) | _AppButtonState createState() class _AppButtonState (line 39) | class _AppButtonState extends State { method build (line 41) | Widget build(BuildContext context) FILE: lib/ui/widgets/error_container.dart class ErrorContainer (line 4) | class ErrorContainer extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: lib/ui/widgets/fee_container.dart class FeeContainer (line 6) | class FeeContainer extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: lib/ui/widgets/operation_list_item.dart type OperationType (line 9) | enum OperationType { class OperationListItem (line 19) | class OperationListItem extends StatefulWidget { method createState (line 42) | _OperationListItemState createState() class _OperationListItemState (line 45) | class _OperationListItemState extends State { method build (line 47) | Widget build(BuildContext context) FILE: lib/ui/widgets/overlay_dialog.dart class DialogOverlay (line 13) | class DialogOverlay extends StatefulWidget { method createState (line 34) | State createState() class _DialogOverlayState (line 37) | class _DialogOverlayState extends State method initState (line 44) | void initState() method dispose (line 61) | void dispose() method buildListItems (line 66) | Widget buildListItems(List optionsList) method build (line 105) | Widget build(BuildContext context) class DialogListItem (line 245) | class DialogListItem { function _buildMaterialDialogTransitions (line 254) | Widget _buildMaterialDialogTransitions( function showAppDialog (line 268) | Future showAppDialog({ FILE: lib/ui/widgets/payload.dart class Payload (line 21) | class Payload extends StatefulWidget { method createState (line 33) | _PayloadState createState() class _PayloadState (line 36) | class _PayloadState extends State { method _registerBus (line 43) | void _registerBus() method _destroyBus (line 55) | void _destroyBus() method initState (line 62) | void initState() method dispose (line 71) | void dispose() method handlePayloadChange (line 76) | void handlePayloadChange(String newPayload, bool encrypted) method build (line 95) | Widget build(BuildContext context) class PayloadDialog (line 200) | class PayloadDialog extends StatefulWidget { method createState (line 214) | _PayloadDialogState createState() class _PayloadDialogState (line 217) | class _PayloadDialogState extends State method initState (line 228) | void initState() method dispose (line 249) | void dispose() method build (line 255) | Widget build(BuildContext context) FILE: lib/ui/widgets/pin_screen.dart type PinOverlayType (line 13) | enum PinOverlayType { NEW_PIN, ENTER_PIN } class ShakeCurve (line 15) | class ShakeCurve extends Curve { method transform (line 17) | double transform(double t) class PinScreen (line 23) | class PinScreen extends StatefulWidget { method createState (line 36) | _PinScreenState createState() class _PinScreenState (line 39) | class _PinScreenState extends State method initState (line 61) | void initState() method _setCharacter (line 128) | bool _setCharacter(String character) method _backSpace (line 152) | void _backSpace() method buildPINButton (line 175) | Widget buildPINButton(String text) method buildPINScreenDots (line 250) | List buildPINScreenDots() method build (line 266) | Widget build(BuildContext context) FILE: lib/ui/widgets/placeholder_account_card.dart class PlaceholderAccountCard (line 7) | class PlaceholderAccountCard extends StatefulWidget { method createState (line 8) | _PlaceholderAccountCardState createState() class _PlaceholderAccountCardState (line 11) | class _PlaceholderAccountCardState extends State { method build (line 13) | Widget build(BuildContext context) FILE: lib/ui/widgets/placeholder_operation_list_item.dart type PlaceholderOperationType (line 6) | enum PlaceholderOperationType { class PlaceholderOperationListItem (line 15) | class PlaceholderOperationListItem extends StatefulWidget { method createState (line 22) | _PlaceholderOperationListItemState createState() class _PlaceholderOperationListItemState (line 26) | class _PlaceholderOperationListItemState method build (line 29) | Widget build(BuildContext context) FILE: lib/ui/widgets/reactive_refresh.dart type RefreshCallback (line 34) | typedef RefreshCallback = Future Function(); type _RefreshIndicatorMode (line 38) | enum _RefreshIndicatorMode { class ReactiveRefreshIndicator (line 81) | class ReactiveRefreshIndicator extends StatefulWidget { method createState (line 154) | ReactiveRefreshIndicatorState createState() class ReactiveRefreshIndicatorState (line 159) | class ReactiveRefreshIndicatorState extends State _dismiss(_RefreshIndicatorMode newMode) method _show (line 350) | void _show() method show (line 386) | Future show({ bool atTop = true }) method stopRefreshing (line 396) | void stopRefreshing() method build (line 405) | Widget build(BuildContext context) FILE: lib/ui/widgets/settings_list_item.dart class SettingsListItem (line 7) | class SettingsListItem extends StatefulWidget { method createState (line 28) | _SettingsListItemState createState() class _SettingsListItemState (line 31) | class _SettingsListItemState extends State { method build (line 33) | Widget build(BuildContext context) FILE: lib/ui/widgets/sheets.dart class AppSheets (line 7) | class AppSheets { method showBottomSheet (line 9) | Future showBottomSheet( class _AppBottomSheetLayout (line 41) | class _AppBottomSheetLayout extends SingleChildLayoutDelegate { method getConstraintsForChild (line 46) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 70) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 75) | bool shouldRelayout(_AppBottomSheetLayout oldDelegate) class _AppBottomSheetModalRoute (line 80) | class _AppBottomSheetModalRoute extends PopupRoute { method didComplete (line 111) | void didComplete(T result) method createAnimationController (line 122) | AnimationController createAnimationController() method buildPage (line 140) | Widget buildPage(BuildContext context, Animation animation, FILE: lib/ui/widgets/svg_repaint.dart class SvgRepaintAsset (line 4) | class SvgRepaintAsset extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: lib/ui/widgets/tap_outside_unfocus.dart class TapOutsideUnfocus (line 4) | class TapOutsideUnfocus extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) FILE: lib/ui/widgets/webview.dart class AppWebView (line 8) | class AppWebView { method showWebView (line 9) | void showWebView(BuildContext context, String url) FILE: lib/util/authentication.dart class AuthUtil (line 7) | class AuthUtil { method hasBiometrics (line 12) | Future hasBiometrics() method authenticateWithBiometrics (line 31) | Future authenticateWithBiometrics(String message) method useBiometrics (line 43) | Future useBiometrics() FILE: lib/util/haptic_util.dart class HapticUtil (line 8) | class HapticUtil { method hasTapicEngine (line 10) | Future hasTapicEngine() method error (line 34) | Future error() method success (line 48) | Future success() method fingerprintSucess (line 63) | Future fingerprintSucess() FILE: lib/util/number_util.dart class NumberUtil (line 5) | class NumberUtil { method truncateDecimal (line 13) | double truncateDecimal(Decimal input, {int digits = maxDecimalDigits}) method sanitizeNumber (line 21) | String sanitizeNumber(String input, {int maxDecimalDigits = maxDecimal... FILE: lib/util/pascal_util.dart class PascalUtil (line 4) | class PascalUtil { method generateKeyPair (line 6) | KeyPair generateKeyPair() method decipherPublicKey (line 11) | PublicKey decipherPublicKey(String publicKey) FILE: lib/util/salsa20crypt.dart class Salsa20Crypt (line 10) | class Salsa20Crypt { method encrypt (line 21) | String encrypt(String plainText) method decrypt (line 32) | String decrypt(String cipherText) FILE: lib/util/sharedprefs_util.dart class SharedPrefsUtil (line 16) | class SharedPrefsUtil { method set (line 48) | Future set(String key, dynamic value) method get (line 61) | Future get(String key, {dynamic defaultValue}) method setWithExpiry (line 67) | Future setWithExpiry(String key, dynamic value, int expiry) method getWithExpiry (line 79) | Future getWithExpiry(String key) method remove (line 93) | Future remove(String key) method setPrivateKeyBackedUp (line 99) | Future setPrivateKeyBackedUp(bool value) method getPrivateKeyBackedUp (line 103) | Future getPrivateKeyBackedUp() method setFirstLaunch (line 107) | Future setFirstLaunch() method getFirstLaunch (line 111) | Future getFirstLaunch() method setRpcUrl (line 115) | Future setRpcUrl(String rpcUrl) method resetRpcUrl (line 119) | Future resetRpcUrl() method getRpcUrl (line 123) | Future getRpcUrl() method setTheme (line 128) | Future setTheme(ThemeSetting theme) method getTheme (line 132) | Future getTheme() method setLock (line 136) | Future setLock(bool value) method getLock (line 140) | Future getLock() method setLockTimeout (line 144) | Future setLockTimeout(LockTimeoutSetting setting) method getLockTimeout (line 148) | Future getLockTimeout() method getLockAttempts (line 153) | Future getLockAttempts() method incrementLockAttempts (line 157) | Future incrementLockAttempts() method resetLockAttempts (line 161) | Future resetLockAttempts() method shouldLock (line 167) | Future shouldLock() method updateLockDate (line 174) | Future updateLockDate() method getLockDate (line 190) | Future getLockDate() method setAuthMethod (line 198) | Future setAuthMethod(AuthenticationMethod method) method getAuthMethod (line 202) | Future getAuthMethod() method setFirstContactAdded (line 206) | Future setFirstContactAdded(bool value) method getFirstContactAdded (line 210) | Future getFirstContactAdded() method getPriceAPICache (line 214) | Future getPriceAPICache() method setPriceAPICache (line 218) | Future setPriceAPICache(String data) method setCurrency (line 222) | Future setCurrency(AvailableCurrency currency) method getCurrency (line 226) | Future getCurrency(Locale deviceLocale) method setLanguage (line 230) | Future setLanguage(LanguageSetting language) method getLanguage (line 234) | Future getLanguage() method setUuid (line 247) | Future setUuid(String uuid) method getUuid (line 251) | Future getUuid() method setNotificationsOn (line 255) | Future setNotificationsOn(bool value) method getNotificationsOn (line 259) | Future getNotificationsOn() method getNotificationsSet (line 266) | Future getNotificationsSet() method getFreepasaAccount (line 270) | Future getFreepasaAccount() method setFreepasaAccount (line 275) | Future setFreepasaAccount(AccountNumber account) method useLegacyStorage (line 279) | Future useLegacyStorage() method setUseLegacyStorage (line 283) | Future setUseLegacyStorage() method deleteAll (line 288) | Future deleteAll({bool firstLaunch = false}) FILE: lib/util/ui_util.dart class UIUtil (line 13) | class UIUtil { method smallScreen (line 14) | bool smallScreen(BuildContext context) method showSnackbar (line 21) | void showSnackbar(String content, BuildContext context) method formatDateStr (line 54) | String formatDateStr(DateTime dt) method formatDateStrLong (line 66) | String formatDateStrLong(DateTime dt) method showFeeDialog (line 76) | void showFeeDialog( method cancelLockEvent (line 105) | Future cancelLockEvent() function formatLocalizedColors (line 121) | List formatLocalizedColors(BuildContext context, String input) function formatLocalizedColorsDanger (line 145) | List formatLocalizedColorsDanger(BuildContext context, String ... function toUppercase (line 169) | String toUppercase(String input, BuildContext context) FILE: lib/util/user_data_util.dart type DataType (line 11) | enum DataType { RAW, ACCOUNT, URL, PUBLIC_KEY } class UserDataUtil (line 13) | class UserDataUtil { method _parseData (line 17) | String _parseData(String data, DataType type) method getClipboardText (line 50) | Future getClipboardText(DataType type) method getQRData (line 58) | Future getQRData(DataType type, OverlayTheme theme) method setSecureClipboardItem (line 71) | Future setSecureClipboardItem(String value) method privateKeyIsValid (line 100) | bool privateKeyIsValid(String pkText) method privateKeyIsEncrypted (line 109) | bool privateKeyIsEncrypted(String pkText, {bool lengthCheck = true}) FILE: lib/util/vault.dart class Vault (line 10) | class Vault { method legacy (line 17) | Future legacy() method _write (line 27) | Future _write(String key, String value) method _read (line 36) | Future _read(String key, {String defaultValue}) method getPrivateKey (line 44) | Future getPrivateKey() method setPrivateKey (line 48) | Future setPrivateKey(PrivateKey privateKey) method getPin (line 53) | Future getPin() method setPin (line 57) | Future setPin(String pin) method deleteAll (line 61) | Future deleteAll() method setEncrypted (line 72) | Future setEncrypted(String key, String value) method getEncrypted (line 82) | Future getEncrypted(String key) method getSecret (line 95) | Future getSecret() FILE: test/common/base58_test.dart function main (line 4) | void main() FILE: test/common/coding/pascal/accountname_coder_test.dart function main (line 4) | void main() FILE: test/common/coding/pascal/accountnumber_coder_test.dart function main (line 4) | void main() FILE: test/common/coding/pascal/currency_coder_test.dart function main (line 4) | void main() FILE: test/common/coding/pascal/keys/curve_coder_test.dart function main (line 6) | void main() FILE: test/common/coding/pascal/keys/privatekey_coder_test.dart function main (line 6) | void main() FILE: test/common/coding/pascal/keys/publickey_coder_test.dart function main (line 6) | void main() FILE: test/common/coding/pascal/ophash_coder_test.dart function main (line 6) | void main() FILE: test/common/coding/pascal/optype_coder_test.dart function main (line 4) | void main() FILE: test/common/fixtures/operation_hash.dart class OperationHashFixtures (line 1) | class OperationHashFixtures { FILE: test/common/fixtures/privatekey.dart class PrivateKeyFixtures (line 1) | class PrivateKeyFixtures { FILE: test/common/fixtures/publickey.dart class PublicKeyFixtures (line 1) | class PublicKeyFixtures { FILE: test/common/model/AccountName_test.dart function main (line 4) | void main() FILE: test/common/model/AccountNumber_test.dart function main (line 4) | void main() FILE: test/common/model/Currency_test.dart function main (line 4) | void main() FILE: test/common/model/OperationHash_test.dart function main (line 4) | void main() FILE: test/common/model/keys/Curves_test.dart function main (line 4) | void main() FILE: test/common/model/keys/KeyPair_test.dart function main (line 6) | void main() FILE: test/common/model/keys/PrivateKey_test.dart function main (line 6) | void main() FILE: test/common/model/keys/PublicKey_test.dart function main (line 6) | void main() FILE: test/common/sha_test.dart function main (line 4) | void main() FILE: test/common/util_test.dart function main (line 6) | void main() FILE: test/crypto/encrypt/aes/cbcpkcs7_test.dart function main (line 7) | void main() FILE: test/crypto/encrypt/pascal/ecies_crypt_test.dart function main (line 9) | void main() FILE: test/crypto/encrypt/pascal/kdf_test.dart function main (line 7) | void main() FILE: test/crypto/encrypt/pascal/privatekey_crypt_test.dart function main (line 10) | void main() FILE: test/crypto/fixtures/privatekey.dart class PrivateKeyFixtures (line 1) | class PrivateKeyFixtures { FILE: test/crypto/keys_test.dart function main (line 9) | void main() FILE: test/json_rpc/model/pascal_account_test.dart function main (line 5) | void main() FILE: test/json_rpc/model/pascal_block_test.dart function main (line 5) | void main() FILE: test/json_rpc/model/pascal_operation_test.dart function main (line 5) | void main() FILE: test/json_rpc/model/request/executeoperations_request_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/findaccounts_request_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/findoperation_request_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/getaccount_request_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/getaccountoperations_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/getblock_request_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/getblockoperation_request_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/getblockoperations_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/getblocks_request_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/getpendings_request_test.dart function main (line 6) | void main() FILE: test/json_rpc/model/request/getwalletaccounts_request_test.dart function main (line 6) | void main() FILE: test/signing/operations/buyaccount_operation_test.dart function main (line 9) | void main() FILE: test/signing/operations/changeaccountinfo_operation_test.dart function main (line 8) | void main() FILE: test/signing/operations/changekey_operation_test.dart function main (line 8) | void main() FILE: test/signing/operations/changekeysigned_operation_test.dart function main (line 8) | void main() FILE: test/signing/operations/delist_forsale_operation_test.dart function main (line 9) | void main() FILE: test/signing/operations/list_forsale_operation_test.dart function main (line 9) | void main() FILE: test/signing/operations/transaction_operation_test.dart function main (line 8) | void main()