HooksEasy constructor

HooksEasy({
  1. required String url,
  2. Map<String, String> headers = const {},
  3. bool debug = false,
})

Implementation

HooksEasy({
  required this.url,
  this.headers = const {},
  this.debug = false,
});