hasEmojiFonts static method
Check if an emoji font is available on the system.
Delegates to the shared hasEmojiFonts utility in
platform/platform_emoji.dart which caches the result after the
first call so this is safe to call from build methods.
Implementation
static bool hasEmojiFonts() => platform_emoji.hasEmojiFonts();