getTextFont method

Future<List<String?>?> getTextFont()

Font stack to use for displaying text.

Implementation

Future<List<String?>?> getTextFont() => messenger.getTextFont(id);