instance property
QuranService
get
instance
Get the singleton instance of QuranService
Implementation
static QuranService get instance {
_instance ??= QuranService._();
return _instance!;
}
Get the singleton instance of QuranService
static QuranService get instance {
_instance ??= QuranService._();
return _instance!;
}