reloadSystemFonts method

void reloadSystemFonts()

Notifies the Flutter engine that the system font list has changed.

This should be called by clients when OS-level font changes happen (e.g., upon receiving the WM_FONTCHANGE message).

Implementation

void reloadSystemFonts() =>
    flutter.FlutterDesktopEngineReloadSystemFonts(engine);