getFriendAccountsAndroid method Null safety
Get all fiends' accounts.
Implementation
Future<NIMResult<List<String>>> getFriendAccountsAndroid() async {
return _platform.getFriendAccountsAndroid();
}
Get all fiends' accounts.
Future<NIMResult<List<String>>> getFriendAccountsAndroid() async {
return _platform.getFriendAccountsAndroid();
}