import 'package:flutter/services.dart';
Clipboard.setData(ClipboardData(text: '복사될 String'));
복사는 되지만 화면상으로 아무 효과가 없기때문에 토스트팝업이나 스낵바등으로 유저에게 알려야 한다.