sendCallContactName method

Future<void> sendCallContactName(
  1. String name
)

Implementation

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