stopRecording static method

Future<void> stopRecording()

Stops an ongoing user recording sessions and uploads the session to the portal.

Implementation

static Future<void> stopRecording() {
  return DevRevSDKPlatform.instance.stopRecording();
}