static Future<String> getSystemFont() async { final String font = await _channel.invokeMethod('getSystemFont'); return font; }