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