getContacts method

  1. @override
Future<ChatResult<List<ChatContact>>> getContacts()
override

Implementation

@override
Future<ChatResult<List<ChatContact>>> getContacts() async =>
    ChatSuccess(_contacts);