initQuran method

dynamic initQuran({
  1. String? jsonAssetBaseURL,
})

init quran, optional in case url of the assets needs to be changed

Implementation

initQuran({String? jsonAssetBaseURL}) {
  _jsonBaseURL = jsonAssetBaseURL ?? '';
}