ApiService constructor

ApiService({
  1. required String baseUrl,
})

Implementation

ApiService({required this.baseUrl});