getIsProfileBlockedByAdmin method

Future<bool?> getIsProfileBlockedByAdmin()

This method is used to check if the user is blocked by the admin.

Implementation

Future<bool?> getIsProfileBlockedByAdmin() {
  throw UnimplementedError('has not been implemented.');
}