close method

Future close()

Flushes and Closes writeService

Implementation

Future close() async {
  _writeBatch.close;
}