makeAdmin method
Future<void>
makeAdmin(
- String groupjid,
- String userjid,
- dynamic callback(
- FlyResponse response
This method is used to make the user as admin in a group.
Implementation
Future<void> makeAdmin(String groupjid, String userjid,
Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}