ActiveGridClient constructor

ActiveGridClient({
  1. ActiveGridOptions options = const ActiveGridOptions(),
})

Creates an ApiClient

Implementation

ActiveGridClient({
  this.options = const ActiveGridOptions(),
})  : _client = http.Client(),
      _authenticator = ActiveGridAuthenticator(options: options);