ProfileUpdater constructor
ProfileUpdater(
- FlutterBluesky plugin,
- String? displayName,
- String? description,
- Avatar? avatar,
- Banner? banner,
Implementation
ProfileUpdater(
this.plugin,
this.displayName,
this.description,
this.avatar,
this.banner,
);