ShareplayPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ShareplayPlatform
Implementers

Constructors

ShareplayPlatform()
Constructs a ShareplayPlatform.

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

currentSession() Future<SPSession?>
dataStream() Stream<SPDataModel>
end() Future
join() Future
leave() Future
localParticipant() Future<SPParticipant?>
newSessionStream() Stream<SPSession>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
participantsStream() Stream<List<SPParticipant>>
send(String data) Future
sessionStateStream() Stream<SPSessionState>
start({required String title}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ShareplayPlatform
The default instance of ShareplayPlatform to use.
getter/setter pair