getStoredReleaseData method
Get data cache by Project ID
Implementation
Future<ReleaseData?> getStoredReleaseData(String projectId) {
return SdkStore.instance.getReleaseData(projectId);
}
Get data cache by Project ID
Future<ReleaseData?> getStoredReleaseData(String projectId) {
return SdkStore.instance.getReleaseData(projectId);
}