stopVideoRecording method

Future<String?> stopVideoRecording()

Implementation

Future<String?> stopVideoRecording() {
  throw UnimplementedError('stopVideoRecording() has not been implemented.');
}