FigmaApiService constructor
Creates a new FigmaApiService instance.
Parameters:
_figmaToken: A valid Figma access token_fileId: The ID of the Figma file to accessclient: Optional HTTP client for making requests
Implementation
FigmaApiService(
this._figmaToken,
this._fileId, {
http.Client? client,
}) : _client = client ?? http.Client();