createFragment_Pre method
Future<CreateFragmentResponse>
createFragment_Pre(
- ServiceCall call,
- Future<
CreateFragmentRequest> request
Implementation
$async.Future<$9.CreateFragmentResponse> createFragment_Pre($grpc.ServiceCall call, $async.Future<$9.CreateFragmentRequest> request) async {
return createFragment(call, await request);
}