startRecording static method
Starts a user session recording.
@remarks
Make sure that you have called the configure(appID) method before.
Implementation
static Future<void> startRecording() {
return DevRevSDKPlatform.instance.startRecording();
}
Starts a user session recording.
@remarks
Make sure that you have called the configure(appID) method before.
static Future<void> startRecording() {
return DevRevSDKPlatform.instance.startRecording();
}