bind method

void bind(
  1. Serv service
)

Bind Service S to this Fragment.

Implementation

void bind(Serv service) => _service = service;