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