close method

void close()

Close the SSE connection.

Implementation

void close() {
	// print('SSE Close...');
	eventSource?.close();
	streamController?.close();
}