disconnect method

void disconnect ()

Free TonClient and resources should be always run when you don't need client any more

Implementation

void disconnect() {
  _tonCore.disconnect();
  _utils = null;
}