Users class
Created by Injoit on 2019-12-27. Copyright © 2019 Quickblox. All rights reserved.
Constructors
- Users()
-
const
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
-
createUser(
String login, String password, {String? email, int? blobId, int? externalUserId, int? facebookId, int? twitterId, String? fullName, String? phone, String? website, String? customData, List< String> ? tags}) → Future<QBUser?> -
deleteUser(
) → Future< void> -
getUsers(
{QBSort? sort, QBFilter? filter, int page = 1, int perPage = 100}) → Future< List< QBUser?> > -
getUsersByFullName(
String fullName, {int page = 1, int perPage = 100}) → Future< List< QBUser?> > -
getUsersByTag(
List< String> tags, {int page = 1, int perPage = 100}) → Future<List< QBUser?> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateUser(
{String? login, String? newPassword, String? password, String? email, int? blobId, int? externalUserId, int? facebookId, int? twitterId, String? fullName, String? phone, String? website, String? customData, List< String> ? tags}) → Future<QBUser?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CHANNEL_NAME → const String
- //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
- CREATE_METHOD → const String
- DELETE_METHOD → const String
- GET_METHOD → const String
- GET_METHOD_BY_FULL_NAME → const String
- GET_METHOD_BY_TAG → const String
- UPDATE_METHOD → const String