getUnreadMissedCallCount method

Future<int?> getUnreadMissedCallCount()

This method is used to get unread missed call count.

Implementation

Future<int?> getUnreadMissedCallCount() {
  throw UnimplementedError('has not been implemented.');
}