disconnect abstract method

Future<void> disconnect({
  1. bool flush = false,
})

Closes the client connection If flush is true, the data will also be deleted

Implementation

Future<void> disconnect({bool flush = false});