unfollow method

Future unfollow(
  1. String atsign
)

Implementation

Future unfollow(String atsign) async {
  return await _connectionProvider.unfollow(atsign);
}