loadFont method

void loadFont()

Implementation

void loadFont() {
  throw UnimplementedError(
      "You don't need to 'loadFont()' in flutter_processing. Instead, use the standard Flutter font configurations in pubspec.yaml.");
}