getFontsDownloadMethod method
- @Deprecated('Fonts are now bundled in the package. No download needed.')
- required int fontIndex,
@deprecated الخطوط مضمّنة الآن في الـ package — لا حاجة للتنزيل.
Implementation
@Deprecated('Fonts are now bundled in the package. No download needed.')
Future<void> getFontsDownloadMethod({required int fontIndex}) async {
// لا شيء — الخطوط مضمّنة
}