Copies text to the system clipboard. Falls back silently on non-web or when the permission is denied.
text
static Future<void> copyToClipboard(String text) => impl.copyToClipboard(text);