dart_clipboard library

Classes

Clipboard
Class for operating the clipboard.

Typedefs

DartGetContents = Pointer<Utf8> Function()
Type of get_contents method on Dart side.
DartSetContents = void Function(Pointer<Utf8>)
Type of set_contents method on Dart side.
RustGetContents = Pointer<Utf8> Function()
Type of get_contents method on Rust side.
RustSetContents = Void Function(Pointer<Utf8>)
Type of set_contents method on Rust side.