FigmaClient constructor

FigmaClient(
  1. String accessToken, {
  2. String apiVersion = 'v1',
  3. bool useHttp2 = !kIsWeb,
  4. bool useOAuth = false,
})

Implementation

FigmaClient(
  this.accessToken, {
  this.apiVersion = 'v1',
  this.useHttp2 = !kIsWeb,
  this.useOAuth = false,
});