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