RegisterGesturesShareOptions constructor

RegisterGesturesShareOptions({
  1. required String imagePath,
  2. String? appLink,
  3. String? title,
  4. String? description,
})

Implementation

RegisterGesturesShareOptions({
  required this.imagePath,
  this.appLink,
  this.title,
  this.description,
});