respondWith method

void respondWith(
  1. dynamic value
)

Implementation

void respondWith(dynamic value) {
  _writeToClient(value);
}