utils/index library
Classes
- FileUtils
- LoggerUtil
- 描述:Logger库 日志打印工具 d 只打印基本信息,不存文件 其他方法会打印并且存到本地文件中
- Md5Util
- PackageUtils
- SecureStorageUtil
- 安全存储工具类 钥匙串用于 iOS Android 使用 AES 加密。AES 密钥使用 RSA 加密,RSA 密钥存储在KeyStore中 注意KeyStore 是在 Android 4.3(API 级别 18)中引入的。该插件不适用于早期版本。
Properties
- logger ↔ Logger
-
getter/setter pair
- methodLogger ↔ Logger
-
getter/setter pair
Functions
-
cLogDebug(
dynamic message, {String? error, bool showMethod = false}) → void -
cLogError(
dynamic message, {String? error, bool showMethod = true}) → void -
cLogInfo(
dynamic message, {String? error, bool showMethod = false}) → void -
cLogVerbose(
dynamic message, {String? error, bool showMethod = false}) → void -
cLogWarning(
dynamic message, {String? error, bool showMethod = false}) → void