macShareText method

Future<void> macShareText(
  1. String message,
  2. RenderBox? box
)

Implementation

Future<void> macShareText(String message,RenderBox? box) async {
  throw UnimplementedError('shareText() has not been implemented.');
}