configureSelectionActions method
Configure the native selection context menu actions.
Implementation
Future<void> configureSelectionActions(List<SelectionAction> actions) async => await _invokeMethod(
_ReaderChannelMethodInvoke.configureSelectionActions,
actions.map((a) => a.toJson()).toList(),
);