changeUserRole abstract method

Future<TUIActionCallback> changeUserRole(
  1. String userId,
  2. TUIRole role
)

////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// 7.1 Modify User Role

Implementation

//
//                    Room User Management
//
/////////////////////////////////////////////////////////////////////////////////

///  7.1 Modify User Role
Future<TUIActionCallback> changeUserRole(String userId, TUIRole role);