copyPhoneNumber static method
Implementation
static void copyPhoneNumber(String phoneNumber) {
Clipboard.setData(ClipboardData(text: phoneNumber));
ChatUIToast.show(S.of().chatMessageCopySuccess);
}
static void copyPhoneNumber(String phoneNumber) {
Clipboard.setData(ClipboardData(text: phoneNumber));
ChatUIToast.show(S.of().chatMessageCopySuccess);
}