ApiRepository constructor

ApiRepository({
  1. required ApiProvider api,
})

Implementation

ApiRepository({required this.api});