getData method

  1. @override
IOSSystemContextMenuItemDataCut getData(
  1. WidgetsLocalizations localizations
)
override

Returns the representation of this class used by method channels.

Implementation

@override
IOSSystemContextMenuItemDataCut getData(WidgetsLocalizations localizations) {
  return const IOSSystemContextMenuItemDataCut();
}