setUser method
Pushes the identity the host app knows to the community profile.
Implementation
Future<AppwinCommunityUser?> setUser({
String? nickname,
String? avatarUrl,
String? bio,
}) {
throw UnimplementedError('setUser() has not been implemented.');
}