getSecureData<T> method
Retrieve shared data while handling secure metadata and access control.
Implementation
T? getSecureData<T>(String key) {
return services.getSecureData<T>(key, callerModuleId: moduleId);
}
Retrieve shared data while handling secure metadata and access control.
T? getSecureData<T>(String key) {
return services.getSecureData<T>(key, callerModuleId: moduleId);
}