setup static method

void setup(
  1. dynamic data
)

Implementation

static void setup(dynamic data) {
  _sender = DangerIsolateSenderImpl(data);
}