NetworkRepository constructor

NetworkRepository({
  1. required String? apiKey,
})

Implementation

NetworkRepository({required this.apiKey});