downloadFontModel abstract method

Future<SDKPublishFont?> downloadFontModel({
  1. required String projectID,
  2. required String fontID,
  3. required PublishSource source,
})

Fetches the relevant SDKPublishFont from the server based on the configurations of the implementation.

Implementation

Future<SDKPublishFont?> downloadFontModel({
  required String projectID,
  required String fontID,
  required PublishSource source,
});