group method

Future<RawEvent?> group(
  1. GroupEvent event
)

Implementation

Future<RawEvent?> group(GroupEvent event) async {
  return event;
}