RegisterOptions constructor

RegisterOptions({
  1. bool? discloseCaller,
  2. String? match,
  3. String? invoke,
})

Implementation

RegisterOptions({this.discloseCaller, this.match, this.invoke});