getSocialMediaAccounts method

Future<List<Account>> getSocialMediaAccounts()

Implementation

Future<List<Account>> getSocialMediaAccounts() {
  throw UnimplementedError(
    'getSocialMediaAccounts() has not been implemented.',
  );
}