alias method

Future<RawEvent?> alias(
  1. AliasEvent event
)

Implementation

Future<RawEvent?> alias(AliasEvent event) async {
  return event;
}