MethodChannelStreamVideoFlutterBackground class
An implementation of StreamVideoFlutterBackgroundPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- StreamVideoFlutterBackgroundPlatform
- MethodChannelStreamVideoFlutterBackground
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isServiceRunning
→ Future<
bool> -
no setteroverride
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
latefinal
- onButtonClick ↔ dynamic Function(String buttonType, String callCid)?
-
getter/setter pairinherited
- onContentClick ↔ dynamic Function(String callCid)?
-
getter/setter pairinherited
- onUiLayerDestroyed ↔ dynamic Function(String callCid)?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
methodHandler(
MethodCall call) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startService(
NotificationPayload payload) → Future< bool> -
override
-
stopService(
) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateService(
NotificationPayload payload) → Future< bool> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited