getDeleteFontsMethod method

Future<void> getDeleteFontsMethod()

لحذف الخطوط فقط قم بإستدعاء deleteFontsMethod

to delete the fonts just call deleteFontsMethod

Implementation

Future<void> getDeleteFontsMethod() async {
  await quranCtrl.deleteFonts();
}