sendCallContactName method

Future<void> sendCallContactName(
  1. String name
)

Implementation

Future<void> sendCallContactName(String name) {
  return mConnconst.invokeMethod("sendCallContactName", <String, String>{"name": name});
}