generateImages method

Future<List<NetworkToFileImage>> generateImages(
  1. {required AppModel appModel,
  2. required MediaItem item,
  3. List<Subtitle>? subtitles,
  4. SubtitleOptions? options,
  5. String? data}
)

If this source is non-null, this will be used as the initial function for the image field over the auto enhancement. Extra durations can be invoked and defined when initially opening the creator, to call attention to multiple durations to be used for image generation.

Implementation

Future<List<NetworkToFileImage>> generateImages({
  required AppModel appModel,
  required MediaItem item,
  List<Subtitle>? subtitles,
  SubtitleOptions? options,
  String? data,
}) {
  throw UnimplementedError();
}