FlutterLiveActivitiesPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterLiveActivitiesPlatform
- Implementers
Constructors
- FlutterLiveActivitiesPlatform()
- Constructs a FlutterLiveActivitiesPlatform.
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> -
createActivity(
Map< String, String> data) → Future<String?> -
endActivity(
String liveId) → Future< bool> -
endAllActivities(
) → Future< bool> -
getActivityState(
String liveId) → Future< LiveActivitiesState> -
getAllActivities(
) → Future< List< String> > -
getInitUri(
) → Future< Uri?> -
init(
String urlScheme) → void -
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> -
toString(
) → String -
A string representation of this object.
inherited
-
updateActivity(
String liveId, Map< String, String> data) → Future<bool> -
uriStream(
) → Stream< Uri?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterLiveActivitiesPlatform
-
The default instance of FlutterLiveActivitiesPlatform to use.
getter/setter pair