stopRecording static method
Stops an ongoing user recording sessions and uploads the session to the portal.
Implementation
static Future<void> stopRecording() {
return DevRevSDKPlatform.instance.stopRecording();
}
Stops an ongoing user recording sessions and uploads the session to the portal.
static Future<void> stopRecording() {
return DevRevSDKPlatform.instance.stopRecording();
}