getTextFont method

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

Font stack to use for displaying text.

Implementation

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