stopSessionRecording method

  1. @override
Future<void> stopSessionRecording()

Stops the current session recording if one is in progress.

Implementation

@override
Future<void> stopSessionRecording() async {
  return handleWebMethodCall(const MethodCall('stopSessionRecording'));
}