BaseMethod constructor

BaseMethod({
  1. required HttpClient client,
})

Implementation

BaseMethod({required this.client});