ObjectExtension extension
This file: extensions.dart
Contains only core Dart type extensions, such as:
Stringintbool- and other primitive types.
This file acts as a central aggregator, connecting and exporting all related extension files to ensure consistent and easy access across the project. it is the 'part of' engine.dart Extension on Object to provide common clipboard-related utilities.
Although declared on Object, it is primarily intended for use in
UI classes or utility logic where access to clipboard is needed.
- on
Methods
-
paste(
) → Future< String> -
Available on Object, provided by the ObjectExtension extension
Reads and returns plain text from the system clipboard.