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