changePassword_Pre method
Future<AccountProto_ChangePasswordReply>
changePassword_Pre(
- ServiceCall $call,
- Future<
AccountProto_ChangePasswordRequest> $request
Implementation
$async.Future<$1.AccountProto_ChangePasswordReply> changePassword_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.AccountProto_ChangePasswordRequest> $request) async {
return changePassword($call, await $request);
}