Event method

Future<void> Event(
  1. String name
)

Implementation

Future<void> Event(String name) async {
  return _instance.Event(name);
}