config static method

dynamic config(
  1. String endpoint,
  2. String project,
  3. String logstore,
  4. String accessKeyID,
  5. String accessKeySecret,
)

Implementation

static config(String endpoint, String project, String logstore, String accessKeyID, String accessKeySecret) async {
  await _channel.invokeMethod('config', [endpoint, project, logstore, accessKeyID, accessKeySecret]);
}