ProfileUpdater class

Constructors

ProfileUpdater.new(FlutterBluesky plugin, String? displayName, String? description, Avatar? avatar, Banner? banner)

Properties

avatar Avatar?
final
final
description String?
final
displayName String?
final
hashCode int
The hash code for this object.
no setterinherited
plugin FlutterBluesky
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map(Picture pic) Future<Map?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<void>
toString() String
A string representation of this object.
inherited
upload(Uint8List bytes, String contentType) Future<Map>

Operators

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