ApiHelper constructor

ApiHelper({
  1. required String rootApi,
})

Implementation

ApiHelper({required this.rootApi});