BookDataProvider constructor

BookDataProvider({
  1. required String assetPath,
})

Implementation

BookDataProvider({required this.assetPath})
    : super(networkConfig: DzikrNetworkConfig(baseUrl: ''));