updatePassword_Pre method
Future<IdentifierResponse>
updatePassword_Pre(
- ServiceCall $call,
- Future<
UpdatePasswordReq> $request
Implementation
$async.Future<$1.IdentifierResponse> updatePassword_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.UpdatePasswordReq> $request) async {
return updatePassword($call, await $request);
}