callback method

void callback(
  1. dynamic event
)

Implementation

void callback(dynamic event) {
  print("hello client event");
}