import 'package:contacts_plus/models/friend.dart'; class FriendsApi { static Future> getFriendsList() async { return []; } }