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