O3 Framework / removeDynamicOfflineData
removeDynamicOfflineData(
type,identifier):Promise<void>
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:201
Declares that dynamic offline data of the given type with the given identifier no longer needs to be available offline for the currently logged in user.
string
The type of the offline data. See DynamicOfflineData for details.
string
The identifier of the offline data. See DynamicOfflineData for details.
Promise<void>