OracleService constructor

OracleService(
  1. String? endpoint, {
  2. bool logsActivation = true,
})

Implementation

OracleService(this.endpoint, {this.logsActivation = true});