stopSessionRecording method

Future<void> stopSessionRecording()

Implementation

Future<void> stopSessionRecording() async {
  throw UnimplementedError('stopSessionRecording() has not been implemented.');
}