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