getDeleteFontsMethod method
لحذف الخطوط فقط قم بإستدعاء deleteFontsMethod
to delete the fonts just call deleteFontsMethod
Implementation
Future<void> getDeleteFontsMethod() async {
await quranCtrl.deleteFonts();
}
لحذف الخطوط فقط قم بإستدعاء deleteFontsMethod
to delete the fonts just call deleteFontsMethod
Future<void> getDeleteFontsMethod() async {
await quranCtrl.deleteFonts();
}