update_Pre method
Future<LocalAccountProto>
update_Pre(
- ServiceCall $call,
- Future<
LocalAccountProto_UpdateRequest> $request
Implementation
$async.Future<$16.LocalAccountProto> update_Pre($grpc.ServiceCall $call, $async.Future<$16.LocalAccountProto_UpdateRequest> $request) async {
return update($call, await $request);
}