IOSParams constructor

const IOSParams({
  1. Duration? reminder,
  2. String? url,
})

Implementation

const IOSParams({this.reminder, this.url});