close method

void close()

Implementation

void close() {
  _timer?.cancel();
  _channel?.close();
  _oracleUpdatesSubscription?.cancel();
}