getUsersWhoBlockedMe method
Future<void>
getUsersWhoBlockedMe([
- bool server = false,
- dynamic callback(
- FlyResponse response
Retrieves a list of users who have blocked the current user.
Implementation
Future<void> getUsersWhoBlockedMe(
[bool server = false, Function(FlyResponse response)? callback]) {
throw UnimplementedError('has not been implemented.');
}