ExplorerLink constructor

ExplorerLink({
  1. required String baseUrl,
  2. String? apiKey,
  3. int timeoutMs = 15000,
})

Implementation

ExplorerLink({
  required this.baseUrl,
  this.apiKey,
  this.timeoutMs = 15000,
});