follow method

Future follow(
  1. String atsign
)

Implementation

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