startRecording static method

Future<void> startRecording()

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();
}