settings method
Settings get the system settings. 获取系统设置信息,这是一个通用接口,可以设置所有的应用设置信息.
Implementation
@override
Future<Map<String, Settings>?> settings({Context? ctx}) async {
return await _h.invoke(this, _methods['settings']!, [], ctx);
}
Settings get the system settings. 获取系统设置信息,这是一个通用接口,可以设置所有的应用设置信息.
@override
Future<Map<String, Settings>?> settings({Context? ctx}) async {
return await _h.invoke(this, _methods['settings']!, [], ctx);
}