SSEClient class

Constructors

SSEClient()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

subscribeToSSE({required SSERequestType method, required String url, required Map<String, String> header, Map<String, dynamic>? body}) Stream<SSEModel>
def: Subscribes to SSE param: method->Request method ie: GET/POST url->URl of the SSE api header->Map<String,String>, key value pair of the request header
unsubscribeFromSSE() → void