Service constructor

Service({
  1. required String callbackUrl,
})

Implementation

Service({
  required this.callbackUrl,
});