static setString(content)
Set content of string type. You can use following code to set clipboard content
_setContent() { Clipboard.setString('hello world'); }
@param the content to be stored in the clipboard.
static setString(content)
Set content of string type. You can use following code to set clipboard content
_setContent() { Clipboard.setString('hello world'); }
@param the content to be stored in the clipboard.
Please login to continue.