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