bold static method

  1. @Deprecated('This method will be removed in a future version. ')
Future<String?> bold()

Set bold

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?> bold() async {
  return null;
}