instance property

QuranService get instance

Get the singleton instance of QuranService

Implementation

static QuranService get instance {
  _instance ??= QuranService._();
  return _instance!;
}