ResolveContactNameCallback typedef

ResolveContactNameCallback = String Function(String phoneNumber)

Callback function which is raised by model when it need to resolve contact name of the new callreceived

Implementation

typedef ResolveContactNameCallback = String Function(String phoneNumber);