removeFollower method

Future<bool> removeFollower(
  1. String atsign
)

Implementation

Future<bool> removeFollower(String atsign) async {
  return await _connectionService.removeFollower(atsign);
}