sendCallContactName method

Future<void> sendCallContactName(
  1. String name,
  2. int nameLength
)

Implementation

Future<void> sendCallContactName(String name, int nameLength) {
  return _platform.sendCallContactName(name, nameLength);
}