MethodChannelFlutterLiveActivities class

An implementation of FlutterLiveActivitiesPlatform that uses method channels.

Inheritance

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

areActivitiesEnabled() Future<bool>
override
createActivity(Map<String, String> data) Future<String?>
override
endActivity(String liveId) Future<bool>
override
endAllActivities() Future<bool>
override
getActivityState(String liveId) Future<LiveActivitiesState>
override
getAllActivities() Future<List<String>>
override
getInitUri() Future<Uri?>
override
init(String urlScheme) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendImageToGroup({required String id, required String filePath, required String groupId}) Future<bool>
override
toString() String
A string representation of this object.
inherited
updateActivity(String liveId, Map<String, String> data) Future<bool>
override
uriStream() Stream<Uri?>
override

Operators

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