utils/helpers library
Enums
Properties
- environment → String
-
Gets the environment string safely for both web and native platforms
no setter
Functions
-
camelToSentence(
String input) → String -
camelToTitle(
String input) → String - "unableToParseAmountWith6Decimals" -> "Unable To Parse Amount With 6 Decimals" "parseHTTPResponse2xx" -> "Parse HTTP Response 2xx"
-
splitComplex(
String input) → List< String> -
toCamelCase(
String input) → String
Typedefs
- CheckResponse = (String, String?)