updateOwnPassword_Pre method
Future<IdentifierResponse>
updateOwnPassword_Pre(
- ServiceCall $call,
- Future<
UpdateOwnPasswordReq> $request
Implementation
$async.Future<$1.IdentifierResponse> updateOwnPassword_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.UpdateOwnPasswordReq> $request) async {
return updateOwnPassword($call, await $request);
}