BridgefyPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BridgefyPlatform
Implementers

Constructors

BridgefyPlatform()
Constructs a BridgefyPlatform.

Properties

connectedPeers Future<List<String>>
no setter
currentUserID Future<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
isInitialized Future<bool>
no setter
isStarted Future<bool>
no setter
licenseExpirationDate Future<DateTime?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroySession() Future<void>
establishSecureConnection({required String userID}) Future<void>
initialize({required String apiKey, required BridgefyDelegate delegate, bool verboseLogging = false}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send({required Uint8List data, required BridgefyTransmissionMode transmissionMode}) Future<String>
start({String? userId, BridgefyPropagationProfile propagationProfile = BridgefyPropagationProfile.standard}) Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited
updateLicense() Future<void>

Operators

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

Static Properties

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