processAllOnDemandSessions static method
Processes all on-demand sessions.
This method triggers the processing of all on-demand sessions, ensuring that any recorded data is handled appropriately. It is typically used when sessions need to be uploaded.
@remarks
- It is the developer's responsibility to call this method at the appropriate time in the app's lifecycle.
Implementation
static Future<void> processAllOnDemandSessions() {
return DevRevSDKPlatform.instance.processAllOnDemandSessions();
}