receive method

dynamic receive(
  1. Map<String, dynamic> json
)

Implementation

receive(Map<String, dynamic> json) {
  link!.receiveJSON(json);
}