Feishu constructor

const Feishu({
  1. required String appId,
  2. required String appSecret,
  3. required String spreadsheetToken,
})

Implementation

const Feishu({
  required this.appId,
  required this.appSecret,
  required this.spreadsheetToken,
});