resetFontSize static method
Reset font size
Deprecated: This method will be removed in a future version.
Returns null.
Implementation
@Deprecated('This method will be removed in a future version. ')
static Future<String?> resetFontSize() async {
return null;
}