blockUser method
This method is used to block the user.
Implementation
Future<void> blockUser(
String userJID, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
This method is used to block the user.
Future<void> blockUser(
String userJID, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}