FlutterAppWidget class

Constructors

FlutterAppWidget()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
no setter
widgetClicked Stream<Uri?>
no setter

Static Methods

initialized({required String appGroupId}) Future<void>
removeWidgetData({required String key}) Future<bool>
removeWidgetDataAndUpdate({required String key, required String androidWidgetProviderClass}) → dynamic
setWidgetData({required String key, required String value}) → dynamic
setWidgetDataAndUpdate({required String key, required String value, required String androidWidgetProviderClass}) → dynamic
updateWidget({required String androidWidgetProviderClass}) Future<void>