MethodChannelStreamVideoFlutter class

An implementation of StreamVideoFlutterPlatform that uses method channels.

Inheritance

Properties

hashCode → int
The hash code for this object.
no setterinherited
methodChannel → MethodChannel
The method channel used to interact with the native platform.
final
onBackgroundNotificationButtonClick ↔ void Function(String buttonType, String callCid, ServiceType serviceType)?
getter/setter pairinherited
onBackgroundNotificationContentClick ↔ void Function(String callCid)?
getter/setter pairinherited
onBackgroundNotificationUiLayerDestroyed ↔ void Function(String callCid)?
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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