from static method

Implementation

static GenerativeModelFutures from(GenerativeModel model) {
return _FuturesImpl(model);
}