getImageFills method
Retrieves the image fills specified.
Implementation
Future<ImageResponse> getImageFills(String? key) async =>
await _getFigma('/files/$key/images')
.then((data) => ImageResponse.fromJson(data));
Retrieves the image fills specified.
Future<ImageResponse> getImageFills(String? key) async =>
await _getFigma('/files/$key/images')
.then((data) => ImageResponse.fromJson(data));