StreamVideoFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • StreamVideoFlutterPlatform
Implementers

Constructors

StreamVideoFlutterPlatform()
Constructs a StreamVideoFlutterPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onBackgroundNotificationButtonClick ↔ void Function(String buttonType, String callCid, ServiceType serviceType)?
getter/setter pair
onBackgroundNotificationContentClick ↔ void Function(String callCid)?
getter/setter pair
onBackgroundNotificationUiLayerDestroyed ↔ void Function(String callCid)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isBackgroundServiceRunning(ServiceType type) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPictureInPictureEnabled({required bool enable}) Future<void>
startBackgroundService({required NotificationPayload payload, required ServiceType type}) Future<bool>
stopBackgroundService(ServiceType type) Future<bool>
toString() String
A string representation of this object.
inherited
updateBackgroundService({required NotificationPayload payload, required ServiceType type}) Future<bool>

Operators

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

Static Properties

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