getFontsDownloadMethod method

  1. @Deprecated('Fonts are now bundled in the package. No download needed.')
Future<void> getFontsDownloadMethod({
  1. required int fontIndex,
})

@deprecated الخطوط مضمّنة الآن في الـ package — لا حاجة للتنزيل.

Implementation

@Deprecated('Fonts are now bundled in the package. No download needed.')
Future<void> getFontsDownloadMethod({required int fontIndex}) async {
  // لا شيء — الخطوط مضمّنة
}