getFriendAccountsAndroid method Null safety

Future<NIMResult<List<String>>> getFriendAccountsAndroid()

Get all fiends' accounts.

Implementation

Future<NIMResult<List<String>>> getFriendAccountsAndroid() async {
  return _platform.getFriendAccountsAndroid();
}