getImageFromSeed abstract method
- MediaItem seed
From the parameters of seed
, produce an image file that will be usable
in the card creator.
Implementation
Future<NetworkToFileImage?> getImageFromSeed(MediaItem seed);
From the parameters of seed
, produce an image file that will be usable
in the card creator.
Future<NetworkToFileImage?> getImageFromSeed(MediaItem seed);